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_entry = NULL;
char *serverNamePrefix = "";
size_t l;
#ifdef CSRIMALLOC
FILE *leakfile;
if( ( leakfile = fopen( "slapd.leak", "w" )) == NULL ) {
leakfile = stderr;
}
#endif
char *serverNamePrefix = "";
size_t l;
slap_sl_mem_init();