]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/import/export.c
signal-util: make -1 termination of ignore_signals() argument list unnecessary
[thirdparty/systemd.git] / src / import / export.c
index 5faf4ccc06b0516577f752c776369b59c22e72e5..a4f3f6c38e073402ab28dfe622d0cbccc347cbd2 100644 (file)
@@ -289,7 +289,7 @@ static int run(int argc, char *argv[]) {
         if (r <= 0)
                 return r;
 
-        (void) ignore_signals(SIGPIPE, -1);
+        (void) ignore_signals(SIGPIPE);
 
         return export_main(argc, argv);
 }