summaryrefslogtreecommitdiff
path: root/src/init.c
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-01-06 20:09:48 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-01-06 20:09:48 +0000
commit9124a3be5347317918d9fb95991bdb2dd3818c99 (patch)
tree59b726e2470328f56996a96b94fbc57e622c1edb /src/init.c
parentb462814760cb7c0830072275acc97291a9fb905b (diff)
Fixed windows build and cleaned up a few small things
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2736 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/init.c')
-rw-r--r--src/init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/init.c b/src/init.c
index cd53e67bf..ba9fd1f71 100644
--- a/src/init.c
+++ b/src/init.c
@@ -378,10 +378,6 @@ int init_primary(int ac, char **av)
return -1;
}
- /* Disable the log channel if its defined in the conf, but not enabled */
- if (!Config.LogChannel && LogChan)
- LogChan = false;
-
/* Add IRCD Protocol Module; exit if there are errors */
if (protocol_module_init()) {
return -1;