From b63b213c8bd2fcb2510dce347dcb5c3a567f7be2 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Thu, 10 Dec 2015 01:01:32 +1100 Subject: [PATCH] send_recv_proc failing is non-fatal so convert send_proc to being non-fatal as well --- src/ckpool.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ckpool.c b/src/ckpool.c index a57adb34..4b5e95f8 100644 --- a/src/ckpool.c +++ b/src/ckpool.c @@ -635,10 +635,8 @@ void _send_proc(proc_instance_t *pi, const char *msg, const char *file, const ch ret = true; Close(sockd); out: - if (unlikely(!ret)) { + if (unlikely(!ret)) LOGERR("Failure in send_proc from %s %s:%d", file, func, line); - childsighandler(15); - } } /* Send a single message to a process instance and retrieve the response, then