| Submitter | Amar Tumballi |
|---|---|
| Date | 2010-08-26 13:43:06 |
| Message ID | <20100826134306.GA27961@gluster.com> |
| Download | mbox | patch |
| Permalink | /patch/4328/ |
| State | Accepted |
| Delegated to: | Anand Avati |
| Headers | show |
Comments
Patch
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index c944075..d748aeb 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -607,7 +607,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");
Signed-off-by: Amar Tumballi <amar@gluster.com> --- glusterfsd/src/glusterfsd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)