Mailing List Archive

NessusClient/nessus/prefs_dialog prefs_scope_tree.c,1.15,1.16
Update of /usr/local/cvs/NessusClient/nessus/prefs_dialog
In directory raccoon.nessus.org:/tmp/cvs-serv17659

Modified Files:
prefs_scope_tree.c
Log Message:
Backport from release-1-0 done at 2-jan-2007:
bugfix: count wrong


Index: prefs_scope_tree.c
===================================================================
RCS file: /usr/local/cvs/NessusClient/nessus/prefs_dialog/prefs_scope_tree.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- prefs_scope_tree.c 19 Jan 2007 00:06:27 -0000 1.15
+++ prefs_scope_tree.c 19 Jan 2007 00:10:39 -0000 1.16
@@ -592,7 +592,7 @@
}
else
{
- fscanf(fp, "%d %d %d", &h, &h, &n);
+ fscanf(fp, "%d %d %d", &h, &w, &n);
fclose(fp);
}

@@ -601,9 +601,9 @@

/* XXX: add these to scopes and tasks? */
gtk_tree_store_set(treestore, &iter,
- COL_NOTE, h,
+ COL_NOTE, n,
COL_WARN, w,
- COL_HOLE, n,
+ COL_HOLE, h,
-1);

}

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