]> git.sur5r.net Git - openldap/commitdiff
fix network-timeout commit
authorPierangelo Masarati <ando@openldap.org>
Sat, 8 Apr 2006 14:45:45 +0000 (14:45 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 8 Apr 2006 14:45:45 +0000 (14:45 +0000)
servers/slapd/back-ldap/config.c

index ed5097518ca56d73f7ff21dfbf079f175c8e6d2f..2bae1a085e46226d2a4275d2a463a93f99b43cd9 100644 (file)
@@ -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: