mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
ITS#2704 don't hang client when no preop plugins are loaded
This commit is contained in:
parent
4e581fed59
commit
a8ae9bb31d
1 changed files with 2 additions and 0 deletions
|
|
@ -540,6 +540,8 @@ do_bind(
|
|||
#endif
|
||||
|
||||
switch ( rs->sr_err ) {
|
||||
case 1: /* no plugins present, continue normally */
|
||||
break;
|
||||
case SLAPI_BIND_SUCCESS:
|
||||
/* Continue with backend processing */
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue