summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-06 22:44:18 +1100
committerDamien Miller <djm@mindrot.org>2011-01-06 22:44:18 +1100
commitde53fd04b1e58059673c4d827f7cc4752870174f (patch)
tree62fcd4b55687a6b43f8e4f63104ad2cdf4d532b4 /auth-options.c
parent106079c06d308f6fb3b582607f590b2dcb4682b0 (diff)
downloadopenssh-git-de53fd04b1e58059673c4d827f7cc4752870174f.tar.gz
- djm@cvs.openbsd.org 2010/12/24 21:41:48
[auth-options.c] don't send the actual forced command in a debug message; ok markus deraadt
Diffstat (limited to 'auth-options.c')
-rw-r--r--auth-options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-options.c b/auth-options.c
index a9c26add..eae45cf2 100644
--- a/auth-options.c
+++ b/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
@@ -172,7 +172,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;
}