Mailing List Archive

NessusClient/nessus comm.c,1.11,1.12
Update of /usr/local/cvs/NessusClient/nessus
In directory raccoon.nessus.org:/tmp/cvs-serv70387/nessus

Modified Files:
comm.c
Log Message:
remove unused variables


Index: comm.c
===================================================================
RCS file: /usr/local/cvs/NessusClient/nessus/comm.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- comm.c 2 Feb 2006 19:26:26 -0000 1.11
+++ comm.c 3 Feb 2006 20:43:54 -0000 1.12
@@ -823,15 +823,11 @@
{
char *buf;
int bufsz;
- struct arglist *plugin_set;
- struct arglist *scanner_set;
#ifdef USE_GTK
context_reset_plugin_tree(context);
#endif
context->plugins = NULL;
context->scanners = NULL;
- plugin_set = prefs_get_pluginset(context, "PLUGIN_SET", NULL);
- scanner_set = prefs_get_pluginset(context, "SCANNER_SET", NULL);

bufsz = 1024 * 1024;
buf = emalloc(bufsz);

_______________________________________________
Nessus-cvs mailing list
Nessus-cvs@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus-cvs