diff --git a/extra/icmpsh/icmpsh-s.c b/extra/icmpsh/icmpsh-s.c index a9e151397..af30618f9 100644 --- a/extra/icmpsh/icmpsh-s.c +++ b/extra/icmpsh/icmpsh-s.c @@ -203,8 +203,6 @@ int main(int argc, char **argv) PROCESS_INFORMATION pi; int status; unsigned int max_data_size; - struct hostent *he; - // set defaults target = 0; diff --git a/lib/core/settings.py b/lib/core/settings.py index c7f185bf4..a1d3127be 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -19,7 +19,7 @@ from lib.core.enums import OS from lib.core.revision import getRevisionNumber # sqlmap version (...) -VERSION = "1.0.5.9" +VERSION = "1.0.5.10" REVISION = getRevisionNumber() STABLE = VERSION.count('.') <= 2 VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")