From: Andre Malo Date: Mon, 6 Jan 2003 07:12:56 +0000 (+0000) Subject: not very spectacular ;-) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2da3ae2c3dda4e5ed458b19a97447fd721bec4c2;p=apache not very spectacular ;-) break overlong line. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98179 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authz_host.c b/modules/aaa/mod_authz_host.c index 5e15d9cc1f..c6a53ae161 100644 --- a/modules/aaa/mod_authz_host.c +++ b/modules/aaa/mod_authz_host.c @@ -186,7 +186,8 @@ static const char *allow_cmd(cmd_parms *cmd, void *dv, const char *from, } a->type = T_IP; } - else if (!APR_STATUS_IS_EINVAL(rv = apr_ipsubnet_create(&a->x.ip, where, NULL, cmd->pool))) { + else if (!APR_STATUS_IS_EINVAL(rv = apr_ipsubnet_create(&a->x.ip, where, + NULL, cmd->pool))) { if (rv != APR_SUCCESS) { apr_strerror(rv, msgbuf, sizeof msgbuf); return apr_pstrdup(cmd->pool, msgbuf);