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

Skip to content

Commit 5d7e178

Browse files
committed
Fixes #1839
1 parent e27f590 commit 5d7e178

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

extra/icmpsh/icmpsh-s.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ int main(int argc, char **argv)
203203
PROCESS_INFORMATION pi;
204204
int status;
205205
unsigned int max_data_size;
206-
struct hostent *he;
207-
208206

209207
// set defaults
210208
target = 0;

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.5.9"
22+
VERSION = "1.0.5.10"
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)