From: Jeff Trawick Date: Tue, 8 Jul 2014 11:16:59 +0000 (+0000) Subject: whitespace changes only X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ecde6ab3edf0dafb7ed4fea14fddaf30d6df2fd;p=thirdparty%2Fapache%2Fhttpd.git whitespace changes only git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1608721 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/listen.c b/server/listen.c index dfb83a0fc04..b772384af25 100644 --- a/server/listen.c +++ b/server/listen.c @@ -279,7 +279,8 @@ static apr_status_t close_listeners_on_exec(void *v) #ifdef HAVE_SYSTEMD -static int find_systemd_socket(process_rec * process, apr_port_t port) { +static int find_systemd_socket(process_rec * process, apr_port_t port) +{ int fdcount, fd; int sdc = sd_listen_fds(0); @@ -338,7 +339,6 @@ static apr_status_t alloc_systemd_listener(process_rec * process, rec->active = 0; rec->next = 0; - rv = apr_os_sock_make(&rec->sd, &si, process->pool); if (rv != APR_SUCCESS) { ap_log_perror(APLOG_MARK, APLOG_CRIT, rv, process->pool, APLOGNO(02490)