mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
if WIN32, add starttime
This commit is contained in:
parent
1a7acaa945
commit
c8f24043e5
@ -8,6 +8,10 @@
|
||||
|
||||
#include "../slap.h"
|
||||
|
||||
#ifdef WIN32
|
||||
time_t starttime;
|
||||
#endif
|
||||
|
||||
/* bogus ../results.c */
|
||||
int str2result(
|
||||
char* s,
|
||||
@ -16,6 +20,7 @@ int str2result(
|
||||
char **info )
|
||||
{
|
||||
assert(0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user