]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/main.c
Ready for release?
[openldap] / servers / slapd / main.c
index 3f9b948f7762e7c82651037be4a27b88a7da8f72..6a7ebec0ffd20434644936205fa1c0965eba7666 100644 (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();