diff options
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/servconf.c b/servconf.c index 3b6b55e93..72d75cc98 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -10,7 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "includes.h" | 12 | #include "includes.h" |
13 | RCSID("$OpenBSD: servconf.c,v 1.102 2002/03/18 17:50:31 provos Exp $"); | 13 | RCSID("$OpenBSD: servconf.c,v 1.103 2002/03/18 23:52:51 stevesk Exp $"); |
14 | 14 | ||
15 | #if defined(KRB4) || defined(KRB5) | 15 | #if defined(KRB4) || defined(KRB5) |
16 | #include <krb.h> | 16 | #include <krb.h> |
@@ -748,11 +748,11 @@ parse_flag: | |||
748 | 748 | ||
749 | case sUnprivUser: | 749 | case sUnprivUser: |
750 | intptr = &options->unprivileged_user; | 750 | intptr = &options->unprivileged_user; |
751 | goto parse_flag; | 751 | goto parse_int; |
752 | 752 | ||
753 | case sUnprivGroup: | 753 | case sUnprivGroup: |
754 | intptr = &options->unprivileged_group; | 754 | intptr = &options->unprivileged_group; |
755 | goto parse_flag; | 755 | goto parse_int; |
756 | 756 | ||
757 | case sUnprivDir: | 757 | case sUnprivDir: |
758 | charptr = &options->unprivileged_dir; | 758 | charptr = &options->unprivileged_dir; |