diff options
-rw-r--r-- | include/mod_auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mod_auth.h b/include/mod_auth.h index 1a424b3147..9b9561e1d6 100644 --- a/include/mod_auth.h +++ b/include/mod_auth.h @@ -74,7 +74,7 @@ typedef enum { AUTHZ_GRANTED, AUTHZ_NEUTRAL, AUTHZ_GENERAL_ERROR, - AUTHZ_DENIED_NO_USER, /* denied because r->user == NULL */ + AUTHZ_DENIED_NO_USER /* denied because r->user == NULL */ } authz_status; typedef struct { |