mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 15:41:24 -05:00
fix a comment
This commit is contained in:
parent
6e602b5494
commit
881718ba5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue