[Openvas-commits] r2368 - in trunk/openvas-client: . nessus

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 3 10:44:04 CET 2009


Author: felix
Date: 2009-02-03 10:44:03 +0100 (Tue, 03 Feb 2009)
New Revision: 2368

Modified:
   trunk/openvas-client/ChangeLog
   trunk/openvas-client/nessus/context.c
Log:
* nessus/context.c: Removed debug-surviving printf.


Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog	2009-02-03 09:21:31 UTC (rev 2367)
+++ trunk/openvas-client/ChangeLog	2009-02-03 09:44:03 UTC (rev 2368)
@@ -1,3 +1,7 @@
+2009-02-03  Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
+	* nessus/context.c: Removed debug-surviving printf.
+
 2009-02-02  Felix Wolfsteller <felix.wolfsteller at intevation.de>
 
 	* nessus/nessus.h: Removed NESSUS_RCFILE alltogether, it is not used

Modified: trunk/openvas-client/nessus/context.c
===================================================================
--- trunk/openvas-client/nessus/context.c	2009-02-03 09:21:31 UTC (rev 2367)
+++ trunk/openvas-client/nessus/context.c	2009-02-03 09:44:03 UTC (rev 2368)
@@ -389,7 +389,6 @@
       else if( !strcmp(file, ".host_sshlogins") )
       {
         context->map_target_sshlogin = hash_table_file_read (path);
-        printf("Found host logins with %d entries\n", g_hash_table_size (context->map_target_sshlogin));
       }
       if(context->type == CONTEXT_REPORT && strcmp(file, "certificates") == 0)
       {



More information about the Openvas-commits mailing list