diff options
| -rw-r--r-- | src/pulsecore/core-util.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c index d64c7388..7a9f458c 100644 --- a/src/pulsecore/core-util.c +++ b/src/pulsecore/core-util.c @@ -2404,7 +2404,7 @@ int pa_reset_sigs(int except, ...) {          p[i++] = except;          while ((sig = va_arg(ap, int)) >= 0) -            sig = p[i++]; +            p[i++] = sig;      }      p[i] = -1;  | 
