Avoid to check for existence of not needed UDFs and minor code adjustment for cleanup() method

This commit is contained in:
Bernardo Damele
2010-02-05 23:14:16 +00:00
parent b08a4efb4b
commit 5c92fad5dc
5 changed files with 18 additions and 17 deletions

View File

@@ -469,6 +469,7 @@ class PostgreSQLMap(Fingerprint, Enumeration, Filesystem, Miscellaneous, Takeove
self.udfLocalFile += "/postgresql/linux/%s/lib_postgresqludf_sys.so" % majorVer
self.udfSharedLibExt = "so"
self.checkNeededUdfs()
self.udfInjectCore(self.sysUdfs)
def uncPathRequest(self):