diff options
author | 2010-12-24 21:41:48 +0000 | |
---|---|---|
committer | 2010-12-24 21:41:48 +0000 | |
commit | f63f9ab371090f70f15bc5a15bd9b306d800daf8 (patch) | |
tree | 2c6a0e89b16c653143c1dc87f9a680af61683c93 | |
parent | the bsdi ldt entry is no longer interesting. from valdimir kirillov (diff) | |
download | wireguard-openbsd-f63f9ab371090f70f15bc5a15bd9b306d800daf8.tar.xz wireguard-openbsd-f63f9ab371090f70f15bc5a15bd9b306d800daf8.zip |
don't send the actual forced command in a debug message; ok markus deraadt
-rw-r--r-- | usr.bin/ssh/auth-options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth-options.c b/usr.bin/ssh/auth-options.c index 89c40f6000a..86c2317f155 100644 --- a/usr.bin/ssh/auth-options.c +++ b/usr.bin/ssh/auth-options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth-options.c,v 1.53 2010/08/31 09:58:37 djm Exp $ */ +/* $OpenBSD: auth-options.c,v 1.54 2010/12/24 21:41:48 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -170,7 +170,7 @@ auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) goto bad_option; } forced_command[i] = '\0'; - auth_debug_add("Forced command: %.900s", forced_command); + auth_debug_add("Forced command."); opts++; goto next_option; } |