summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/servconf.c b/servconf.c
index 1e38f3b60..075eed400 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: servconf.c,v 1.70 2001/03/04 17:42:28 millert Exp $"); 13RCSID("$OpenBSD: servconf.c,v 1.71 2001/03/05 15:44:51 stevesk Exp $");
14 14
15#ifdef KRB4 15#ifdef KRB4
16#include <krb.h> 16#include <krb.h>
@@ -442,8 +442,9 @@ parse_filename:
442 intptr = &options->permit_root_login; 442 intptr = &options->permit_root_login;
443 arg = strdelim(&cp); 443 arg = strdelim(&cp);
444 if (!arg || *arg == '\0') { 444 if (!arg || *arg == '\0') {
445 fprintf(stderr, "%s line %d: missing yes/without-password/no argument.\n", 445 fprintf(stderr, "%s line %d: missing yes/"
446 filename, linenum); 446 "without-password/forced-commands-only/no "
447 "argument.\n", filename, linenum);
447 exit(1); 448 exit(1);
448 } 449 }
449 if (strcmp(arg, "without-password") == 0) 450 if (strcmp(arg, "without-password") == 0)