summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2010-12-24 21:41:49 +0000
committerDamien Miller <djm@cvs.openbsd.org>2010-12-24 21:41:49 +0000
commit6d5520db11fad94368362b4390a94b0d48675f66 (patch)
tree1273ce1d7668ed144d16d52238124ff2036b9026 /usr.bin
parent039114c71adb7ba97e86d2c8757eae232f2644f2 (diff)
don't send the actual forced command in a debug message; ok markus deraadt
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/auth-options.c4
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;
}