From 125ce873e7703018776e2c1f4abb6815659a8ad4 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 2 Jul 2017 18:58:30 +0200 Subject: [PATCH] pipe: ualarm() invocation --- src/pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipe.c b/src/pipe.c index f9925ffc5..acaa4daeb 100644 --- a/src/pipe.c +++ b/src/pipe.c @@ -305,7 +305,7 @@ check: if (optarg == endptr) if (sendd.enabled) pthread_create(&sendd.thread, NULL, send_loop, NULL); - ualarm(timeout * 1e6); + ualarm(timeout * 1e6, 0); for (;;) pause();