Done with previous refactoring

This commit is contained in:
Bernardo Damele
2011-01-20 00:01:06 +00:00
parent 701947490b
commit 50c02fbb37
8 changed files with 14 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ class Fingerprint(GenericFingerprint):
value += "%s\n" % dbmsOsFp
value += "back-end DBMS: "
actVer = formatDBMSfp()
actVer = format.getDbms()
if not conf.extensiveFp:
value += actVer