mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Cleanup lint
This commit is contained in:
parent
504404725a
commit
914f33fc9a
@ -115,8 +115,10 @@ void lutil_log_int(
|
||||
const char *subsys, int level,
|
||||
const char *fmt, va_list vl )
|
||||
{
|
||||
#ifdef HAVE_WINSOCK
|
||||
time_t now;
|
||||
struct tm *today;
|
||||
#endif
|
||||
int i;
|
||||
|
||||
if ( levelArray == NULL ) return; /* logging isn't set up */
|
||||
|
@ -236,7 +236,7 @@ lutil_uuidstr( char *buf, size_t len )
|
||||
struct timeval tv;
|
||||
unsigned long long tl;
|
||||
unsigned char *nl;
|
||||
unsigned short t2, t3, s1, n1, n2, n3;
|
||||
unsigned short t2, t3, s1;
|
||||
unsigned int t1;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user