diff options
author | Raghavendra G <rgowdapp@redhat.com> | 2016-06-12 13:02:05 +0530 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-06-28 13:58:18 -0700 |
commit | 60cc8ddaf6105b89e5ce3222c5c5a014deda6a15 (patch) | |
tree | dd0f8c1ea338f42aec1f5642a441cb7660d436ae /libglusterfs | |
parent | c2d3703ed70d13063d693f135d89538db526ad5c (diff) |
libglusterfs/client_t: Dump the 0th client too
Change-Id: I565e81944b6670d26ed1962689dcfd147181b61e
BUG: 1344885
Signed-off-by: Raghavendra G <rgowdapp@redhat.com>
Reviewed-on: http://review.gluster.org/14704
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/client_t.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/client_t.c b/libglusterfs/src/client_t.c index 8cf14865665..3e0e5936ae2 100644 --- a/libglusterfs/src/client_t.c +++ b/libglusterfs/src/client_t.c @@ -851,7 +851,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,}; |