11 lines
514 B
Diff
11 lines
514 B
Diff
--- src/linux/ProbeFactory.cpp 2010-12-10 13:37:00.019140703 +0100
|
|
+++ src/linux/ProbeFactory.cpp 2010-08-27 21:23:41.000000000 +0200
|
|
@@ -61,8 +61,6 @@
|
|
probe = XmlFileContentProbe::Instance();
|
|
} else if(objectName.compare("textfilecontent54_object") == 0) {
|
|
probe = TextFileContent54Probe::Instance();
|
|
- } else if(objectName.compare("ldap_object") == 0) {
|
|
- probe = LDAPProbe::Instance();
|
|
|
|
// here are the objects defined in the unix schema
|
|
} else if(objectName.compare("file_object") == 0) {
|