mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fixed typo
This commit is contained in:
parent
006b9d9799
commit
f3c2c29f69
@ -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 New Issue
Block a user