mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix network-timeout commit
This commit is contained in:
parent
cc8109db06
commit
3d13b08a44
1 changed files with 1 additions and 1 deletions
|
|
@ -698,7 +698,7 @@ ldap_back_cf_gen( ConfigArgs *c )
|
|||
break;
|
||||
|
||||
case LDAP_BACK_CFG_NETWORK_TIMEOUT:
|
||||
li->li_network_timeout;
|
||||
li->li_network_timeout = 0;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue