revert of last commit (conf dictionary has a method "update" which caused if conf.update to True always :) )

This commit is contained in:
Miroslav Stampar
2011-02-03 12:21:29 +00:00
parent 5edba2ffbc
commit 1b9850b73a
4 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ from lib.core.subprocessng import pollProcess
from lib.request.connect import Connect as Request
def update():
if not conf.update:
if not conf.updateAll:
return
rootDir = paths.SQLMAP_ROOT_PATH