]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPModifyRequest.cpp
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
[openldap] / contrib / ldapc++ / src / LDAPModifyRequest.cpp
index 3d688ca35372faf0b5a28e68a6f98d373e280376..5c15af5fb8d89545ad6143ecc216fd184f06c54b 100644 (file)
@@ -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(){