minor change (conf.updateAll to conf.update)

This commit is contained in:
Miroslav Stampar
2011-02-03 11:13:39 +00:00
parent 402c1b622e
commit 5edba2ffbc
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.updateAll:
if not conf.update:
return
rootDir = paths.SQLMAP_ROOT_PATH