summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/child_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/child_common.c b/src/util/child_common.c
index b1af02337..a6131cd20 100644
--- a/src/util/child_common.c
+++ b/src/util/child_common.c
@@ -568,7 +568,7 @@ static void child_sig_handler(struct tevent_context *ev,
"child [%d] was stopped by signal [%d].\n", ret,
WSTOPSIG(child_ctx->child_status));
}
- if (WIFCONTINUED(child_ctx->child_status)) {
+ if (WIFCONTINUED(child_ctx->child_status) == true) {
DEBUG(SSSDBG_TRACE_LIBS,
"child [%d] was resumed by delivery of SIGCONT.\n",
ret);