ITS#2704 don't hang client when no preop plugins are loaded

This commit is contained in:
Howard Chu 2003-09-23 05:35:38 +00:00
parent 4e581fed59
commit a8ae9bb31d

View File

@ -540,6 +540,8 @@ do_bind(
#endif #endif
switch ( rs->sr_err ) { switch ( rs->sr_err ) {
case 1: /* no plugins present, continue normally */
break;
case SLAPI_BIND_SUCCESS: case SLAPI_BIND_SUCCESS:
/* Continue with backend processing */ /* Continue with backend processing */
break; break;