]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPModifyRequest.cpp
Changes from HEAD for beta
[openldap] / contrib / ldapc++ / src / LDAPModifyRequest.cpp
index 3d688ca35372faf0b5a28e68a6f98d373e280376..310ececcb38d09dc7e816ff66f044c1720a3e59e 100644 (file)
@@ -39,10 +39,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(){