]> git.sur5r.net Git - openldap/commitdiff
Exit loop after matching command is found in openldap_ldap_init_w_conf
authorHoward Chu <hyc@openldap.org>
Fri, 12 May 2000 10:40:29 +0000 (10:40 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 12 May 2000 10:40:29 +0000 (10:40 +0000)
libraries/libldap/init.c

index df24f1fe61eda83a3126b76679f8520fa1bcebd3..6bdd4adfc7f07e00d208265d4cb228105051ba5e 100644 (file)
@@ -210,6 +210,7 @@ static void openldap_ldap_init_w_conf(
                                }
                                break;
                        }
+                       break;
                }
        }