diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2007-10-10 13:51:28 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2007-10-10 13:51:28 +0000 |
commit | 4659a2af32ba0e392bf838d0cf3c54f6dadbbc7b (patch) | |
tree | 1c74c2be8ec6dced7318c1b2f146ded388272810 /net-misc/ssh/files/sshfilexfers.diff | |
parent | added local flags: cblas for sci-libs/gsl, int64 for sci-libs/mkl, server for... (diff) | |
download | gentoo-2-4659a2af32ba0e392bf838d0cf3c54f6dadbbc7b.tar.gz gentoo-2-4659a2af32ba0e392bf838d0cf3c54f6dadbbc7b.tar.bz2 gentoo-2-4659a2af32ba0e392bf838d0cf3c54f6dadbbc7b.zip |
new revision that fixes #168584
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-misc/ssh/files/sshfilexfers.diff')
-rw-r--r-- | net-misc/ssh/files/sshfilexfers.diff | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/ssh/files/sshfilexfers.diff b/net-misc/ssh/files/sshfilexfers.diff new file mode 100644 index 000000000000..cb6133c7bebf --- /dev/null +++ b/net-misc/ssh/files/sshfilexfers.diff @@ -0,0 +1,21 @@ +--- lib/sshfilexfer/sshfilexfers.c.orig 2003-12-03 15:17:22.000000000 +0200 ++++ lib/sshfilexfer/sshfilexfers.c 2006-02-22 10:44:25.000000000 +0200 +@@ -5,7 +5,7 @@ + Authors: Tatu Ylonen <ylo@ssh.com> + Sami Lehtinen <sjl@ssh.com> + +- Copyright (c) 1998-2001 SSH Communications Security Corp, Finland ++ Copyright (c) 1998-2001, 2006 SSH Communications Security Corp, Finland + All rights reserved + + Generic file transfer module, server side. +@@ -115,7 +115,8 @@ + if (server->log_facility >= 0) \ + { \ + char *msg = ssh_debug_format varcall; \ +- ssh_log_event(det_fac(category, server->log_facility), severity, msg); \ ++ ssh_log_event(det_fac(category, server->log_facility), severity, \ ++ "%s", msg); \ + ssh_xfree(msg); \ + } \ + } while (0) |