]> git.sur5r.net Git - openldap/commitdiff
don't loop any more if connid is found :)
authorPierangelo Masarati <ando@openldap.org>
Tue, 2 Apr 2002 13:44:30 +0000 (13:44 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 2 Apr 2002 13:44:30 +0000 (13:44 +0000)
servers/slapd/back-monitor/conn.c

index 9ea0a66be81aa52f6974443054cb8ad15f6cbeba..96992a20a419086778901eeba044fd33b55acd01 100644 (file)
@@ -417,6 +417,8 @@ monitor_subsys_conn_create(
                                        connection_done(c);
                                        return( -1 );
                                }
+
+                               break;
                        }
                }