fixed typo

This commit is contained in:
Ralf Haferkamp 2007-10-17 16:42:07 +00:00
parent 006b9d9799
commit f3c2c29f69

View File

@ -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){