From: Joe Orton Date: Tue, 12 Oct 2004 12:27:18 +0000 (+0000) Subject: * modules/aaa/mod_authnz_ldap.c: Fix /*-within-comment warning. X-Git-Tag: 2.1.1~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5360bc93bcf08bc22a9510853f5d4d38bbafcd2e;p=thirdparty%2Fapache%2Fhttpd.git * modules/aaa/mod_authnz_ldap.c: Fix /*-within-comment warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105415 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index 226aee94afa..bfb0a6a8146 100644 --- a/modules/aaa/mod_authnz_ldap.c +++ b/modules/aaa/mod_authnz_ldap.c @@ -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 */