mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Removing some dummy blanks
This commit is contained in:
parent
b54929af28
commit
ebfc481755
3 changed files with 5 additions and 5 deletions
|
|
@ -83,11 +83,11 @@ class Fingerprint(GenericFingerprint):
|
|||
warnMsg = "the back-end DBMS is not %s" % DBMS.SNOWFLAKE
|
||||
logger.warning(warnMsg)
|
||||
return False
|
||||
|
||||
|
||||
setDbms(DBMS.SNOWFLAKE)
|
||||
self.getBanner()
|
||||
return True
|
||||
|
||||
|
||||
else:
|
||||
warnMsg = "the back-end DBMS is not %s" % DBMS.SNOWFLAKE
|
||||
logger.warning(warnMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue