mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +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 = 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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user