aboutsummaryrefslogtreecommitdiffstats
path: root/proto_hier_stats.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-03-23 21:55:36 +0000
committerGuy Harris <guy@alum.mit.edu>2001-03-23 21:55:36 +0000
commit080d72123e1f55d00a806ad1c54ec41b513305e4 (patch)
treeea1d12c1520609375a31950c4545678b9a666023 /proto_hier_stats.c
parent56323917706b747f939df4110dde346035e683ee (diff)
Routines called by "g_node_traverse()" are supposed to return TRUE if
the traversal is supposed to stop when the routine returns and FALSE otherwise. svn path=/trunk/; revision=3174
Diffstat (limited to 'proto_hier_stats.c')
-rw-r--r--proto_hier_stats.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto_hier_stats.c b/proto_hier_stats.c
index 303d14ee6f..4247d49c5e 100644
--- a/proto_hier_stats.c
+++ b/proto_hier_stats.c
@@ -1,7 +1,7 @@
/* proto_hier_stats.c
* Routines for calculating statistics based on protocol.
*
- * $Id: proto_hier_stats.c,v 1.1 2001/03/22 23:54:44 gram Exp $
+ * $Id: proto_hier_stats.c,v 1.2 2001/03/23 21:55:36 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -186,6 +186,7 @@ stat_node_free(GNode *node, gpointer data)
if (stats) {
g_free(stats);
}
+ return FALSE;
}
void