# HG changeset patch # User Oliver Maurhart # Date 1396515176 -7200 # Node ID 21ce69d582514c73300237e300926904f54c40f4 # Parent 5ec6aee688c43b7dc355d5bbb9bb8173d64b4c3d fixed opensecurity windows service stopping bug diff -r 5ec6aee688c4 -r 21ce69d58251 OpenSecurity/bin/opensecurityd.pyw --- a/OpenSecurity/bin/opensecurityd.pyw Wed Apr 02 13:44:56 2014 +0200 +++ b/OpenSecurity/bin/opensecurityd.pyw Thu Apr 03 10:52:56 2014 +0200 @@ -329,7 +329,6 @@ def GET(self): log_call(web.ctx.environ) global gvm_mgr - gvm_mgr.stop() gvm_mgr.cleanup() sys.exit(0) return None