From 5360bc93bcf08bc22a9510853f5d4d38bbafcd2e Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 12 Oct 2004 12:27:18 +0000 Subject: [PATCH] * 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 --- modules/aaa/mod_authnz_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index 226aee94af..bfb0a6a814 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 */ -- 2.40.0