From 1e99540dc0a08527b6a0fb355667e39d3df6b3cf Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Mon, 6 Sep 2010 04:22:02 +0000 Subject: protocol/client: ignore rpc_clnt_destroy as temp fix for sigterm handling Signed-off-by: Pranith Kumar K Signed-off-by: Vijay Bellur BUG: 1517 (gluster volume stop - starts a new nfs server.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1517 --- xlators/protocol/client/src/client.c | 4 ++-- 1 file 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: */ -- cgit