]> granicus.if.org Git - apache/commitdiff
* modules/aaa/mod_authnz_ldap.c: Fix /*-within-comment warning.
authorJoe Orton <jorton@apache.org>
Tue, 12 Oct 2004 12:27:18 +0000 (12:27 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 12 Oct 2004 12:27:18 +0000 (12:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105415 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authnz_ldap.c

index 226aee94afafdf8b0db8866fe0adb6d630db0217..bfb0a6a8146aedadf966ff0fa651c9ec7539c4d2 100644 (file)
@@ -47,7 +47,7 @@ typedef struct {
     apr_thread_mutex_t *lock;       /* Lock for this config */
 #endif
     int auth_authoritative;         /* Is this auth method the one and only? */
-/*    int authz_enabled;              /* Is ldap authorization enabled in this directory? */
+/*    int authz_enabled;              Is ldap authorization enabled in this directory? */
 
 
     /* These parameters are all derived from the AuthLDAPURL directive */