Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e65043

Browse files
committed
Minor adjustment
1 parent d7d5654 commit 0e65043

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

lib/controller/action.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ def action():
4848
elif kb.nullConnection:
4949
errMsg += ". You can try to rerun without using optimization "
5050
errMsg += "switch '%s'" % ("-o" if conf.optimize else "--null-connection")
51-
else:
52-
errMsg += ". Support for this DBMS will be implemented at "
53-
errMsg += "some point"
5451

5552
raise SqlmapUnsupportedDBMSException(errMsg)
5653

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.revision import getRevisionNumber
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.6.15"
22+
VERSION = "1.0.6.16"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

0 commit comments

Comments
 (0)