mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Fix uninit'd timeout value
This commit is contained in:
parent
04c2de7cdc
commit
568829d821
1 changed files with 1 additions and 0 deletions
|
|
@ -273,6 +273,7 @@ fail:;
|
|||
* but this is necessary for version matching, and for ACL processing.
|
||||
*/
|
||||
|
||||
tv.tv_sec = 0; tv.tv_usec = 100000;
|
||||
for ( count=0, rc=0;
|
||||
rc != -1;
|
||||
rc = ldap_result(lc->ld, msgid, 0, &tv, &res))
|
||||
|
|
|
|||
Loading…
Reference in a new issue