mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix typo for Windows
This commit is contained in:
parent
06e384d55b
commit
1682691f50
1 changed files with 1 additions and 1 deletions
|
|
@ -3079,7 +3079,7 @@ slapd_wait_writer( ber_socket_t sd )
|
|||
tv.tv_usec = 0;
|
||||
tvp = &tv;
|
||||
} else {
|
||||
tv = NULL;
|
||||
tvp = NULL;
|
||||
}
|
||||
return select( 0, NULL, &writefds, NULL, tvp );
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue