diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-08-31 22:05:43 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-08-31 22:05:43 +0000 |
commit | 32e5fd51d264649d9984c8126c21a304d8c383c5 (patch) | |
tree | a88a1b3a8550a5d687e6f379da0ef3c1b40a0f52 /usr.bin | |
parent | 60656c7e88f91c11be9de567d5fa0917a8c4cce9 (diff) |
Wall
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/session.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/session.c b/usr.bin/ssh/session.c index 2c9a50fa741..d39dcfb9896 100644 --- a/usr.bin/ssh/session.c +++ b/usr.bin/ssh/session.c @@ -8,7 +8,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.31 2000/08/28 03:50:54 deraadt Exp $"); +RCSID("$OpenBSD: session.c,v 1.32 2000/08/31 22:05:42 markus Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -749,7 +749,7 @@ do_child(const char *command, struct passwd * pw, const char *term, const char *display, const char *auth_proto, const char *auth_data, const char *ttyname) { - const char *shell, *hostname, *cp = NULL; + const char *shell, *hostname = NULL, *cp = NULL; char buf[256]; char cmd[1024]; FILE *f = NULL; |