From 9b12157fea5ac054106ed14f9d91cdb8bad665c7 Mon Sep 17 00:00:00 2001 From: Milind Changire Date: Fri, 5 Jan 2018 11:17:46 +0530 Subject: Revert "rpc: merge ssl infra with epoll infra" This reverts commit 56e5fdae74845dfec0ff7ad0c8fee77695d36ad5. Change-Id: Ia62cee5440bbe8e23f5da9cff692d792091d544a Signed-off-by: Milind Changire --- glusterfsd/src/glusterfsd-mgmt.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index 59b5bc658c3..ac487b94e5f 100644 --- a/glusterfsd/src/glusterfsd-mgmt.c +++ b/glusterfsd/src/glusterfsd-mgmt.c @@ -245,9 +245,6 @@ glusterfs_handle_terminate (rpcsvc_request_t *req) "terminating after loss of last child %s", xlator_req.name); glusterfs_mgmt_pmap_signout (glusterfsd_ctx, xlator_req.name); - sleep(1); /* to avoid race between above messages and socket - * disconnect notification to glusterd - */ kill (getpid(), SIGTERM); } else { /* -- cgit