]> granicus.if.org Git - apache/commitdiff
not very spectacular ;-)
authorAndre Malo <nd@apache.org>
Mon, 6 Jan 2003 07:12:56 +0000 (07:12 +0000)
committerAndre Malo <nd@apache.org>
Mon, 6 Jan 2003 07:12:56 +0000 (07:12 +0000)
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

index 5e15d9cc1f2bc6f400e382d1807f704ab9997d75..c6a53ae161862059a384a2cc431edcd85127cc9f 100644 (file)
@@ -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);