Remove lint

This commit is contained in:
Kurt Zeilenga 2005-09-29 20:03:04 +00:00
parent a5ac474f2f
commit 63e843d200

View File

@ -261,14 +261,15 @@ int main( int argc, char **argv )
struct sync_cookie *scp = NULL; struct sync_cookie *scp = NULL;
struct sync_cookie *scp_entry = NULL; struct sync_cookie *scp_entry = NULL;
char *serverNamePrefix = "";
size_t l;
#ifdef CSRIMALLOC #ifdef CSRIMALLOC
FILE *leakfile; FILE *leakfile;
if( ( leakfile = fopen( "slapd.leak", "w" )) == NULL ) { if( ( leakfile = fopen( "slapd.leak", "w" )) == NULL ) {
leakfile = stderr; leakfile = stderr;
} }
#endif #endif
char *serverNamePrefix = "";
size_t l;
slap_sl_mem_init(); slap_sl_mem_init();