diff options
| -rw-r--r-- | libglusterfs/src/common-utils.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/libglusterfs/src/common-utils.c b/libglusterfs/src/common-utils.c index e18c97f5aa1..bdf340d8612 100644 --- a/libglusterfs/src/common-utils.c +++ b/libglusterfs/src/common-utils.c @@ -3569,8 +3569,7 @@ gf_thread_create (pthread_t *thread, const pthread_attr_t *attr,          sigset_t set, old;          int ret; -        sigemptyset (&set); - +        sigemptyset (&old);          sigfillset (&set);          sigdelset (&set, SIGSEGV);          sigdelset (&set, SIGBUS);  | 
