mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
ITS#8102 Do not continue if deconfigured during pause
This commit is contained in:
parent
fa030ef8dc
commit
868309c90d
1 changed files with 4 additions and 0 deletions
|
|
@ -1294,6 +1294,10 @@ get_pmutex(
|
|||
ldap_pvt_thread_yield();
|
||||
}
|
||||
}
|
||||
if ( si->si_ctype < 0 ) {
|
||||
ldap_pvt_thread_mutex_unlock( &si->si_cookieState->cs_pmutex );
|
||||
return SYNC_SHUTDOWN;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue