mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Remove request from active requests stack in exception handler
This commit is contained in:
parent
2b628547f5
commit
b3e5e04595
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ LDAPMsg *LDAPMessageQueue::getNext(){
|
|||
ret = req->getNextMessage();
|
||||
}catch(LDAPException e){
|
||||
//do some clean up
|
||||
m_activeReq.top();
|
||||
m_activeReq.pop();
|
||||
throw;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue