]> git.sur5r.net Git - openldap/commitdiff
fix typo
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 18 Oct 2007 19:16:33 +0000 (19:16 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 18 Oct 2007 19:16:33 +0000 (19:16 +0000)
contrib/ldapc++/src/LDAPMessageQueue.cpp

index 0da7d9c0e72160e6f6fab11af60ad616752876fe..c557479bc97e74be8c0691e87e041ff971b3096a 100644 (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){