mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 09:50:29 +00:00
removed Resolve_Init()
This commit is contained in:
parent
e5a19fa3a0
commit
733ef4c815
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include "portab.h"
|
#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
|
* @file
|
||||||
@ -269,7 +269,6 @@ main( int argc, const char *argv[] )
|
|||||||
|
|
||||||
/* Initialize modules, part II: these functions are eventually
|
/* Initialize modules, part II: these functions are eventually
|
||||||
* called with already dropped privileges ... */
|
* called with already dropped privileges ... */
|
||||||
Resolve_Init( );
|
|
||||||
Lists_Init( );
|
Lists_Init( );
|
||||||
Channel_Init( );
|
Channel_Init( );
|
||||||
Client_Init( );
|
Client_Init( );
|
||||||
|
Loading…
Reference in New Issue
Block a user