You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2003/01/06 08:12:56 UTC

cvs commit: httpd-2.0/modules/aaa mod_authz_host.c

nd          2003/01/05 23:12:56

  Modified:    modules/aaa mod_authz_host.c
  Log:
  not very spectacular ;-)
  break overlong line.
  
  Revision  Changes    Path
  1.2       +2 -1      httpd-2.0/modules/aaa/mod_authz_host.c
  
  Index: mod_authz_host.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authz_host.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_authz_host.c	10 Sep 2002 00:15:39 -0000	1.1
  +++ mod_authz_host.c	6 Jan 2003 07:12:56 -0000	1.2
  @@ -186,7 +186,8 @@
           }
           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);