diff options
author | Amar Tumballi <amar@gluster.com> | 2010-08-26 08:13:06 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-26 07:31:33 -0700 |
commit | 0b87986fb6c35771f1ee60a161d427725c954c38 (patch) | |
tree | 752841f8c6259e49cf6d10c367e8221072326ef2 /glusterfsd | |
parent | ee3f7b941f889619d0688372f93e31f7e6a7cf3b (diff) |
glusterfsd: don't call pmap-signout in 'cleanup_and_exit()'
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1434 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1434
Diffstat (limited to 'glusterfsd')
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index bbdc551a6de..c83646001d1 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -643,7 +643,7 @@ cleanup_and_exit (int signum) ctx = glusterfs_ctx_get (); /* TODO: is this the right place? */ - glusterfs_mgmt_pmap_signout (ctx); + // glusterfs_mgmt_pmap_signout (ctx); gf_log ("glusterfsd", GF_LOG_NORMAL, "shutting down"); |