Author: mattm
Date: 2016-09-21 12:49:39 +0200 (Wed, 21 Sep 2016)
New Revision: 26244

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/omp/xml.c
Log:
        * omp/xml.c (try_read_entity_and_string): Correct comment.
        (xml_search_handle_start_element): Flush space.

Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog   2016-09-21 10:44:51 UTC (rev 26243)
+++ trunk/openvas-libraries/ChangeLog   2016-09-21 10:49:39 UTC (rev 26244)
@@ -1,5 +1,10 @@
 2016-09-21  Matthew Mundell <matthew.mund...@greenbone.net>
 
+       * omp/xml.c (try_read_entity_and_string): Correct comment.
+       (xml_search_handle_start_element): Flush space.
+
+2016-09-21  Matthew Mundell <matthew.mund...@greenbone.net>
+
        * misc/openvas_server.c (server_new_gnutls_set): Add spaces.
 
 2016-09-21  Matthew Mundell <matthew.mund...@greenbone.net>

Modified: trunk/openvas-libraries/omp/xml.c
===================================================================
--- trunk/openvas-libraries/omp/xml.c   2016-09-21 10:44:51 UTC (rev 26243)
+++ trunk/openvas-libraries/omp/xml.c   2016-09-21 10:49:39 UTC (rev 26244)
@@ -488,7 +488,7 @@
                 continue;
               if ((timeout > 0) && (count == GNUTLS_E_AGAIN))
                 {
-                  /* Server still busy, either timeout and try read again. */
+                  /* Server still busy, either timeout or try read again. */
                   if ((timeout - (time (NULL) - last_time))
                       <= 0)
                     {
@@ -1403,7 +1403,7 @@
           while (attribute_names[index])
             {
               gchar *searched_value;
-              searched_value 
+              searched_value
                 = g_hash_table_lookup (search_data->find_attributes,
                                        attribute_names[index]);
               if (searched_value

_______________________________________________
Openvas-commits mailing list
Openvas-commits@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-commits

Reply via email to