Skip to content
Snippets Groups Projects
Commit c59e2a3b authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

fix typo

parent d388d979
No related branches found
No related tags found
No related merge requests found
......@@ -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){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment