fix a comment

This commit is contained in:
Jong Hyuk Choi 2003-06-23 14:10:18 +00:00
parent 6e602b5494
commit 881718ba5b

View File

@ -77,7 +77,7 @@ ldap_search_ext(
/*
* if timeout is provided, both tv_sec and tv_usec must
* be non-zero
* not be zero
*/
if( timeout != NULL ) {
if( timeout->tv_sec == 0 && timeout->tv_usec == 0 ) {