You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/09/10 16:32:41 UTC

cvs commit: httpd-2.0/modules/aaa mod_auth.h

trawick     2002/09/10 07:32:41

  Modified:    modules/aaa mod_auth.h
  Log:
  fix a syntax error in an enum (as far as some non-gcc compilers are
  concerned)
  
  Revision  Changes    Path
  1.2       +1 -1      httpd-2.0/modules/aaa/mod_auth.h
  
  Index: mod_auth.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_auth.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_auth.h	10 Sep 2002 06:57:02 -0000	1.1
  +++ mod_auth.h	10 Sep 2002 14:32:41 -0000	1.2
  @@ -72,7 +72,7 @@
       AUTH_GRANTED,
       AUTH_USER_FOUND,
       AUTH_USER_NOT_FOUND,
  -    AUTH_GENERAL_ERROR,
  +    AUTH_GENERAL_ERROR
   } authn_status;
   
   typedef struct {