diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2010-09-06 04:22:02 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-06 02:59:29 -0700 |
commit | 1e99540dc0a08527b6a0fb355667e39d3df6b3cf (patch) | |
tree | 712da265844246a4b57e091d5e5d4d60c9b98ef8 | |
parent | 7150cb4e6a1703c143aaa517166a6b5ad7f758f2 (diff) |
protocol/client: ignore rpc_clnt_destroy as temp fix for sigterm handlingv3.1.0qa16
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1517 (gluster volume stop - starts a new nfs server.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1517
-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 6a6d0b5ff46..c1a56722f72 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: */ |