diff options
Diffstat (limited to 'xlators/mount')
| -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 385666b0cf0..be394773b66 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 = {  | 
