mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Remove lint
This commit is contained in:
parent
a5ac474f2f
commit
63e843d200
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user