From: Ralf Haferkamp Date: Wed, 17 Oct 2007 16:42:07 +0000 (+0000) Subject: fixed typo X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~506 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f3c2c29f69b7ee778ab1251ea3d6e2ccf6c4e342;p=openldap fixed typo --- diff --git a/contrib/ldapc++/src/LDAPMessageQueue.cpp b/contrib/ldapc++/src/LDAPMessageQueue.cpp index 0da7d9c0e7..c557479bc9 100644 --- a/contrib/ldapc++/src/LDAPMessageQueue.cpp +++ b/contrib/ldapc++/src/LDAPMessageQueue.cpp @@ -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){