mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
fixed typo
This commit is contained in:
parent
006b9d9799
commit
f3c2c29f69
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ LDAPMsg *LDAPMessageQueue::getNext(){
|
|||
// TODO Maybe moved to LDAPRequest::followReferral seems more reasonable
|
||||
//there
|
||||
LDAPRequest* LDAPMessageQueue::chaseReferral(LDAPMsg* ref){
|
||||
DEBUG(LDAP_DEBUG_TRACE,"LDAPMessageQueue::chaseReferra()" << endl);
|
||||
DEBUG(LDAP_DEBUG_TRACE,"LDAPMessageQueue::chaseReferral()" << endl);
|
||||
LDAPRequest *req=m_activeReq.top();
|
||||
LDAPRequest *refReq=req->followReferral(ref);
|
||||
if(refReq !=0){
|
||||
|
|
|
|||
Loading…
Reference in a new issue