diff options
Diffstat (limited to 'src/timesync/wait-sync.c')
-rw-r--r-- | src/timesync/wait-sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timesync/wait-sync.c b/src/timesync/wait-sync.c index 832e117..b6c167b 100644 --- a/src/timesync/wait-sync.c +++ b/src/timesync/wait-sync.c @@ -184,7 +184,7 @@ static int run(int argc, char * argv[]) { }; int r; - assert_se(sigprocmask_many(SIG_BLOCK, NULL, SIGTERM, SIGINT, -1) >= 0); + assert_se(sigprocmask_many(SIG_BLOCK, NULL, SIGTERM, SIGINT) >= 0); r = sd_event_default(&event); if (r < 0) |