diff options
author | Pavan Sondur <pavan@gluster.com> | 2010-09-23 09:18:37 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-23 07:58:16 -0700 |
commit | c5a5fea9e6a1f1709e6826c1eea89dfd25cc496b (patch) | |
tree | 0f8abfa9c32e17c08fd33666183f0cc54118570f /xlators/protocol/client/src/client.c | |
parent | fa3ca3c61fbd7ad95f57f0522624396b8f05ecf6 (diff) |
mgmt/glusterd: Misc fixes to pump / cli / glusterd wrt replace brick.v3.1.0qa30v3.1.0beta
Patches from Vijay and Shishir have been pulled in into this one big patch.
Signed-off-by: Pavan Vilas Sondur <pavan@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1235 (Bug for all pump/migrate commits)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1235
Diffstat (limited to 'xlators/protocol/client/src/client.c')
-rw-r--r-- | xlators/protocol/client/src/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/protocol/client/src/client.c b/xlators/protocol/client/src/client.c index 58ac7d0e62e..2a3502f3cf9 100644 --- a/xlators/protocol/client/src/client.c +++ b/xlators/protocol/client/src/client.c @@ -1892,8 +1892,8 @@ fini (xlator_t *this) this->private = NULL; if (conf) { -// if (conf->rpc) -// rpc_clnt_destroy (conf->rpc); + if (conf->rpc) + rpc_clnt_destroy (conf->rpc); /* Saved Fds */ /* TODO: */ |