summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sftp-common.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d9bb0eb9..eb65e05c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,9 @@
- markus@cvs.openbsd.org 2001/12/01 21:41:48
[session.c sshd.8]
don't pass user defined variables to /usr/bin/login
+ - deraadt@cvs.openbsd.org 2001/12/02 02:08:32
+ [sftp-common.c]
+ zap };
20011126
- (tim) [contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
@@ -6969,4 +6972,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1680 2001/12/06 17:47:47 mouring Exp $
+$Id: ChangeLog,v 1.1681 2001/12/06 17:50:03 mouring Exp $
diff --git a/sftp-common.c b/sftp-common.c
index 92350481..4fb44965 100644
--- a/sftp-common.c
+++ b/sftp-common.c
@@ -24,7 +24,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sftp-common.c,v 1.4 2001/07/14 15:10:17 stevesk Exp $");
+RCSID("$OpenBSD: sftp-common.c,v 1.5 2001/12/02 02:08:32 deraadt Exp $");
#include "buffer.h"
#include "bufaux.h"
@@ -144,6 +144,6 @@ fx2txt(int status)
return("Operation unsupported");
default:
return("Unknown status");
- };
+ }
/* NOTREACHED */
}