mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-14 19:04:21 -05:00
Drop unused var in prev commit
This commit is contained in:
parent
88d22a1ca3
commit
c0e2961f81
1 changed files with 0 additions and 1 deletions
|
|
@ -3071,7 +3071,6 @@ slapd_wait_writer( ber_socket_t sd )
|
|||
#ifdef HAVE_WINSOCK
|
||||
fd_set writefds;
|
||||
struct timeval tv, *tvp;
|
||||
int i;
|
||||
|
||||
FD_ZERO( &writefds );
|
||||
FD_SET( slapd_ws_sockets[sd], &writefds );
|
||||
|
|
|
|||
Loading…
Reference in a new issue