X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fldapc%2B%2B%2Fsrc%2FLDAPModifyRequest.cpp;h=5c15af5fb8d89545ad6143ecc216fd184f06c54b;hb=0ea05ad5f28052268be08b324a1e09c907fc88c6;hp=3d688ca35372faf0b5a28e68a6f98d373e280376;hpb=bef9945dffd535b1ef1d389e895e4f5bb9c22309;p=openldap diff --git a/contrib/ldapc++/src/LDAPModifyRequest.cpp b/contrib/ldapc++/src/LDAPModifyRequest.cpp index 3d688ca353..5c15af5fb8 100644 --- a/contrib/ldapc++/src/LDAPModifyRequest.cpp +++ b/contrib/ldapc++/src/LDAPModifyRequest.cpp @@ -1,5 +1,6 @@ +// $OpenLDAP$ /* - * Copyright 2000, OpenLDAP Foundation, All Rights Reserved. + * Copyright 2000-2012 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ @@ -39,10 +40,6 @@ LDAPModifyRequest::~LDAPModifyRequest(){ DEBUG(LDAP_DEBUG_DESTROY, "LDAPModifyRequest::~LDAPModifyRequest()" << endl); delete m_modList; - // flush this entry from cache. - //m_connection->uncache_entry(m_dn); - // I think we need to do this... (j.costlow) - m_connection->flush_cache(); } LDAPMessageQueue* LDAPModifyRequest::sendRequest(){