[Openvas-commits] r5524 - in trunk/openvas-scanner: . openvassd
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Oct 13 23:16:29 CEST 2009
Author: jan
Date: 2009-10-13 23:16:28 +0200 (Tue, 13 Oct 2009)
New Revision: 5524
Modified:
trunk/openvas-scanner/ChangeLog
trunk/openvas-scanner/openvassd/attack.c
Log:
* openvassd/attack.c: Added missing include. Resolves compiler warning.
Modified: trunk/openvas-scanner/ChangeLog
===================================================================
--- trunk/openvas-scanner/ChangeLog 2009-10-13 20:52:57 UTC (rev 5523)
+++ trunk/openvas-scanner/ChangeLog 2009-10-13 21:16:28 UTC (rev 5524)
@@ -1,5 +1,9 @@
2009-10-13 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+ * openvassd/attack.c: Added missing include. Resolves compiler warning.
+
+2009-10-13 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+
* openvassd/openvassd.c (scanner_thread): Removed handling
of SSL version being set to "none". This does not make sense
to handle. If none is specified, now the scanner will fall back
Modified: trunk/openvas-scanner/openvassd/attack.c
===================================================================
--- trunk/openvas-scanner/openvassd/attack.c 2009-10-13 20:52:57 UTC (rev 5523)
+++ trunk/openvas-scanner/openvassd/attack.c 2009-10-13 21:16:28 UTC (rev 5524)
@@ -38,6 +38,7 @@
#include <openvas/plugutils.h> /* for plug_get_path */
#include <openvas/proctitle.h> /* for setproctitle */
#include <openvas/system.h> /* for emalloc */
+#include <openvas/misc/scanners_utils.h> /* for comm_send_status */
#include "attack.h"
#include "auth.h"
More information about the Openvas-commits
mailing list