Commit Diff
Diff:
e5a19fa3a01ab6b75b725827df402ad6176749b9
733ef4c81519fe89ae3faa5320469f35e3a5cc0f
Commit:
733ef4c81519fe89ae3faa5320469f35e3a5cc0f
Tree:
addc803d309b4e18bdf8a83bbd2c95f7ab51d29f
Author:
Florian Westphal <fw@strlen.de>
Committer:
Florian Westphal <fw@strlen.de>
Date:
Thu Jul 7 18:37:36 2005 UTC
Message:
removed Resolve_Init()
blob - f435c712d9bda13b8aab013516da80e4db6979d1
blob + 6f965853777c32182aae4b7d316017a90bb8adee
--- src/ngircd/ngircd.c
+++ src/ngircd/ngircd.c
@@ -12,7 +12,7 @@
#include "portab.h"
-static char UNUSED id[] = "$Id: ngircd.c,v 1.102 2005/06/24 19:55:10 alex Exp $";
+static char UNUSED id[] = "$Id: ngircd.c,v 1.103 2005/07/07 18:37:36 fw Exp $";
/**
* @file
@@ -269,7 +269,6 @@ main( int argc, const char *argv[] )
/* Initialize modules, part II: these functions are eventually
* called with already dropped privileges ... */
- Resolve_Init( );
Lists_Init( );
Channel_Init( );
Client_Init( );
IRCNow