[Openvas-commits] r11675 - in trunk/openvas-manager: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Sep 23 08:16:03 CEST 2011
Author: mattm
Date: 2011-09-23 08:16:02 +0200 (Fri, 23 Sep 2011)
New Revision: 11675
Modified:
trunk/openvas-manager/ChangeLog
trunk/openvas-manager/src/omp.c
Log:
* src/omp.c (omp_xml_handle_end_element): Correct last commit.
Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog 2011-09-23 05:59:08 UTC (rev 11674)
+++ trunk/openvas-manager/ChangeLog 2011-09-23 06:16:02 UTC (rev 11675)
@@ -1,5 +1,9 @@
2011-09-22 Matthew Mundell <matthew.mundell at greenbone.net>
+ * src/omp.c (omp_xml_handle_end_element): Correct last commit.
+
+2011-09-22 Matthew Mundell <matthew.mundell at greenbone.net>
+
* src/omp.c (omp_xml_handle_end_element): Only send observers when the
user owns the task.
Modified: trunk/openvas-manager/src/omp.c
===================================================================
--- trunk/openvas-manager/src/omp.c 2011-09-23 05:59:08 UTC (rev 11674)
+++ trunk/openvas-manager/src/omp.c 2011-09-23 06:16:02 UTC (rev 11675)
@@ -16882,8 +16882,8 @@
comment,
owner,
strcmp (owner, current_credentials.username)
- ? observers
- : "",
+ ? ""
+ : observers,
config_uuid ? config_uuid : "",
config ? config : "",
escalator_uuid ? escalator_uuid : "",
More information about the Openvas-commits
mailing list