From 98b1293c3c2b5173a8abee8e2bc396d8e4799916 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Fri, 18 Dec 2015 15:13:40 +0000 Subject: logging tweaks and task check git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1720806 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/http2/h2_ctx.c') diff --git a/modules/http2/h2_ctx.c b/modules/http2/h2_ctx.c index fa0a3c8e94..b40037cb35 100644 --- a/modules/http2/h2_ctx.c +++ b/modules/http2/h2_ctx.c @@ -98,7 +98,7 @@ h2_ctx *h2_ctx_server_set(h2_ctx *ctx, server_rec *s) int h2_ctx_is_task(h2_ctx *ctx) { - return ctx && !!ctx->task; + return ctx && ctx->task; } struct h2_task *h2_ctx_get_task(h2_ctx *ctx) -- cgit v1.2.3