You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2004/05/21 04:54:55 UTC

cvs commit: httpd-2.0/modules/experimental mod_auth_ldap.c

minfrin     2004/05/20 19:54:55

  Modified:    modules/experimental mod_auth_ldap.c
  Log:
  Fix a cut and paste, doh!
  
  Revision  Changes    Path
  1.26      +1 -1      httpd-2.0/modules/experimental/mod_auth_ldap.c
  
  Index: mod_auth_ldap.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/mod_auth_ldap.c,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- mod_auth_ldap.c	21 May 2004 01:12:25 -0000	1.25
  +++ mod_auth_ldap.c	21 May 2004 02:54:55 -0000	1.26
  @@ -225,7 +225,7 @@
            *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) {