mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
don't loop any more if connid is found :)
This commit is contained in:
parent
090ef02589
commit
6c589f2552
1 changed files with 2 additions and 0 deletions
|
|
@ -417,6 +417,8 @@ monitor_subsys_conn_create(
|
|||
connection_done(c);
|
||||
return( -1 );
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue