mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
fix a comment
This commit is contained in:
parent
6e602b5494
commit
881718ba5b
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user