From 2da3ae2c3dda4e5ed458b19a97447fd721bec4c2 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Mon, 6 Jan 2003 07:12:56 +0000 Subject: [PATCH] not very spectacular ;-) break overlong line. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98179 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_authz_host.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.50.1