minor leftover of deprecated XMLRPC service

This commit is contained in:
Bernardo Damele 2012-12-17 11:26:31 +00:00
parent 60baf5071e
commit 2442a58884

View File

@ -228,13 +228,6 @@ def _saveToResultsFile():
conf.resultsFP.writelines(line) conf.resultsFP.writelines(line)
def start(): def start():
kb.busyFlag = True
retVal = _start()
kb.busyFlag = False
return retVal
def _start():
""" """
This function calls a function that performs checks on both URL This function calls a function that performs checks on both URL
stability and all GET, POST, Cookie and User-Agent parameters to stability and all GET, POST, Cookie and User-Agent parameters to