Fix typo for Windows

This commit is contained in:
Howard Chu 2013-11-14 21:17:13 -08:00
parent 06e384d55b
commit 1682691f50

View file

@ -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