From 48d05b91ce285f6ec2342b359a78b7d27a6e26cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Kalu=C5=BEa?= Date: Tue, 8 Jul 2014 09:03:02 +0000 Subject: [PATCH] Follow up r1608686, pass process to alloc_systemd_listener. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1608694 13f79535-47bb-0310-9956-ffa450edef68 --- server/listen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/listen.c b/server/listen.c index b8e8adeb0b..f4a6f1d4f6 100644 --- a/server/listen.c +++ b/server/listen.c @@ -776,7 +776,7 @@ AP_DECLARE(apr_status_t) ap_duplicate_listeners(server_rec *s, apr_pool_t *p, if (use_systemd) { int thesock; apr_os_sock_get(&thesock, lr->sd); - if ((stat = alloc_systemd_listener(p, thesock, &duplr)) + if ((stat = alloc_systemd_listener(s->process, thesock, &duplr)) != APR_SUCCESS) { return stat; } -- 2.40.0