diff options
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/init.c b/src/init.c index 6373f79c7..4acf9540d 100644 --- a/src/init.c +++ b/src/init.c @@ -406,14 +406,6 @@ int init_secondary(int ac, char **av) /* Parse all remaining command-line options. */ parse_options(ac, av); - /* Parse the defcon mode string if needed */ - if (DefConLevel) { - if (!defconParseModeString(DefConChanModes)) { - fprintf(stderr, - "services.conf: The given DefConChanModes mode string was incorrect (see log for exact errors)\n"); - return -1; - } - } #ifndef _WIN32 if (!nofork) { if ((i = fork()) < 0) { |