Skip to content
Snippets Groups Projects
Commit 25474efe authored by Gary Williams's avatar Gary Williams
Browse files

move starttime to mimic.c, change exit to return

parent 2ee58372
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,6 @@
#include "../slap.h"
#include "../back-ldbm/back-ldbm.h"
#ifdef WIN32
time_t starttime;
#endif
#include "ldif.h"
#define MAXARGS 100
......@@ -313,5 +309,5 @@ main( int argc, char **argv )
slap_shutdown(dbnum);
slap_destroy();
exit( 0 );
return( 0 );
}
......@@ -12,10 +12,6 @@
#include "../slap.h"
#include "../back-ldbm/back-ldbm.h"
#ifdef WIN32
time_t starttime;
#endif
#define MAXARGS 100
static char *tailorfile;
......@@ -205,5 +201,5 @@ main( int argc, char **argv )
slap_destroy();
exit( 0 );
return( 0 );
}
......@@ -14,10 +14,6 @@
#include "ldapconfig.h"
#include "ldif.h"
#ifdef WIN32
time_t starttime;
#endif
#define MAXARGS 100
static void
......@@ -175,5 +171,5 @@ main( int argc, char **argv )
slap_shutdown(dbnum);
slap_destroy();
exit( 0 );
return( 0 );
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment