LdapLink::sweep shouldn't free smart allocated objects

LdapLink::sweep, avoid freeing smart allocated objects

Closes #1644

Reviewed By: @ptarjan

Differential Revision: D1144565

Pulled By: @scannell
Esse commit está contido em:
Jim Radford
2014-01-28 06:48:29 -08:00
commit de Sara Golemon
commit 7d4b75583e
+4 -1
Ver Arquivo
@@ -67,7 +67,10 @@ public:
LDAP *link;
Variant rebindproc;
};
IMPLEMENT_OBJECT_ALLOCATION(LdapLink)
void LdapLink::sweep() {
close();
}
class LdapResult : public SweepableResourceData {
public: