diff options
-rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index 385666b0c..be394773b 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -4637,7 +4637,7 @@ fini (xlator_t *this_xl) /* Process should terminate once fuse xlator is finished. * Required for AUTH_FAILED event. */ - raise (SIGTERM); + kill (getpid (), SIGTERM); } struct xlator_fops fops = { |