From a2dd1e8702eb8dc7234d8262e34182adf1f0573c Mon Sep 17 00:00:00 2001 From: Kaushik BV Date: Mon, 30 Aug 2010 01:33:14 +0000 Subject: Provides the ability to filter the output of state dump Signed-off-by: Kaushik BV Signed-off-by: Vijay Bellur BUG: 828 (glusterdump filled up the /) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=828 --- libglusterfs/src/iobuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/iobuf.c') diff --git a/libglusterfs/src/iobuf.c b/libglusterfs/src/iobuf.c index e39976945cc..b25a94e7f1e 100644 --- a/libglusterfs/src/iobuf.c +++ b/libglusterfs/src/iobuf.c @@ -699,7 +699,7 @@ iobuf_stats_dump (struct iobuf_pool *iobuf_pool) { char msg[1024]; - struct iobuf_arena *trav; + struct iobuf_arena *trav = NULL; int i = 1; int ret = -1; -- cgit