Mailing List Archive

NessusClient/nessus comm.c,1.25,1.26
Update of /usr/local/cvs/NessusClient/nessus
In directory raccoon.nessus.org:/tmp/cvs-serv16885

Modified Files:
comm.c
Log Message:
Added missing variable declaration.
It somehow got lost during a backport done on 21.dec.2006.


Index: comm.c
===================================================================
RCS file: /usr/local/cvs/NessusClient/nessus/comm.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- comm.c 21 Dec 2006 15:29:17 -0000 1.25
+++ comm.c 19 Jan 2007 00:04:02 -0000 1.26
@@ -437,6 +437,7 @@
* the server string */
value = estrdup(v);
else {
+ char * p;
/* append the stuff before the found substring to value */
s[0] = 0;
p = emalloc(strlen(value) + 1 + strlen(v) + 1);

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