| Submitter | Pranith K |
|---|---|
| Date | 2010-09-06 09:52:02 |
| Message ID | <20100906095202.GA14616@dev.gluster.com> |
| Download | mbox | patch |
| Permalink | /patch/4576/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/xlators/protocol/client/src/client.c b/xlators/protocol/client/src/client.c index 6a6d0b5..c1a5672 100644 --- a/xlators/protocol/client/src/client.c +++ b/xlators/protocol/client/src/client.c @@ -1810,8 +1810,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: */
Signed-off-by: Pranith Kumar K <pranithk@gluster.com> --- xlators/protocol/client/src/client.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)