diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 1866ecfe0..5baf3dea1 100644 --- a/src/main.c +++ b/src/main.c @@ -520,11 +520,11 @@ int main(int argc, char * argv[]) { initAudioConfig(); initAudioDriver(); + initSigHandlers(); startMainProcess(); /* This is the main process which has * been forked from the master process. */ - initSigHandlers(); initPermissions(); |