]> granicus.if.org Git - apache/commitdiff
Fix a cut and paste, doh!
authorGraham Leggett <minfrin@apache.org>
Fri, 21 May 2004 02:54:55 +0000 (02:54 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 21 May 2004 02:54:55 +0000 (02:54 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103710 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_auth_ldap.c

index d6f6dff435e0fe7d61901c33dde77b9a1b643091..d6a6489c9a75fc3f0203f19bf8a9757f8ac980d4 100644 (file)
@@ -225,7 +225,7 @@ void mod_auth_ldap_build_filter(char *filtbuf,
          *p && q < filtbuf_end; *q++ = *p++) {
 #if APR_HAS_MICROSOFT_LDAPSDK
         /* Note: The Microsoft SDK escapes for us, so is not necessary */
-#elif
+#else
         if (strchr("*()\\", *p) != NULL) {
             *q++ = '\\';
             if (q >= filtbuf_end) {