[Openvas-commits] r5534 - in trunk/openvas-scanner: . openvassd
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Oct 14 09:54:13 CEST 2009
Author: felix
Date: 2009-10-14 09:54:12 +0200 (Wed, 14 Oct 2009)
New Revision: 5534
Modified:
trunk/openvas-scanner/ChangeLog
trunk/openvas-scanner/openvassd/attack.c
trunk/openvas-scanner/openvassd/openvassd.c
Log:
* openvassd/openvassd.c, openvassd/attack.c: Corrected includes.
Modified: trunk/openvas-scanner/ChangeLog
===================================================================
--- trunk/openvas-scanner/ChangeLog 2009-10-14 07:48:59 UTC (rev 5533)
+++ trunk/openvas-scanner/ChangeLog 2009-10-14 07:54:12 UTC (rev 5534)
@@ -1,3 +1,7 @@
+2009-10-14 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
+ * openvassd/openvassd.c, openvassd/attack.c: Corrected includes.
+
2009-10-14 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
* openvassd/openvassd.c (scanner_thread): Add NULL initialization
Modified: trunk/openvas-scanner/openvassd/attack.c
===================================================================
--- trunk/openvas-scanner/openvassd/attack.c 2009-10-14 07:48:59 UTC (rev 5533)
+++ trunk/openvas-scanner/openvassd/attack.c 2009-10-14 07:54:12 UTC (rev 5534)
@@ -38,7 +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 <openvas/scanners_utils.h> /* for comm_send_status */
#include "attack.h"
#include "auth.h"
Modified: trunk/openvas-scanner/openvassd/openvassd.c
===================================================================
--- trunk/openvas-scanner/openvassd/openvassd.c 2009-10-14 07:48:59 UTC (rev 5533)
+++ trunk/openvas-scanner/openvassd/openvassd.c 2009-10-14 07:54:12 UTC (rev 5534)
@@ -51,7 +51,7 @@
#include <openvas/store.h> /* for store_init */
#include <openvas/system.h> /* for estrdup */
#include <openvas/rand.h> /* for openvas_init_random */
-#include <openvas/misc/services1.h> /* for openvas_init_svc */
+#include <openvas/services1.h> /* for openvas_init_svc */
#include "proctitle.h" /* for setproctitle.h */
More information about the Openvas-commits
mailing list