From 733ef4c81519fe89ae3faa5320469f35e3a5cc0f Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 7 Jul 2005 18:37:36 +0000 Subject: [PATCH] removed Resolve_Init() --- src/ngircd/ngircd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index f435c712..6f965853 100644 --- a/src/ngircd/ngircd.c +++ b/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( );