Skip to content
Snippets Groups Projects
Commit f3c2c29f authored by Ralf Haferkamp's avatar Ralf Haferkamp
Browse files

fixed typo

parent 006b9d97
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