From cc55ecc217032c6412ef6a0de0bc78ae9a4b7d15 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Sun, 12 Jun 2016 13:02:05 +0530 Subject: libglusterfs/client_t: Dump the 0th client too > Reviewed-on: http://review.gluster.org/14704 > Smoke: Gluster Build System > CentOS-regression: Gluster Build System > NetBSD-regression: NetBSD Build System > Reviewed-by: Jeff Darcy BUG: 1364886 Change-Id: I565e81944b6670d26ed1962689dcfd147181b61e Signed-off-by: Raghavendra G Signed-off-by: Oleksandr Natalenko Reviewed-on: http://review.gluster.org/15106 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Prashanth Pai CentOS-regression: Gluster Build System --- libglusterfs/src/client_t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src') diff --git a/libglusterfs/src/client_t.c b/libglusterfs/src/client_t.c index a14e220d89d..955259d39dd 100644 --- a/libglusterfs/src/client_t.c +++ b/libglusterfs/src/client_t.c @@ -856,7 +856,7 @@ gf_client_dump_inodes (xlator_t *this) client_t *client = NULL; clienttable_t *clienttable = NULL; xlator_t *prev_bound_xl = NULL; - int count = 1; + int count = 0; int ret = -1; char key[GF_DUMP_MAX_BUF_LEN] = {0,}; -- cgit