Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 16855 invoked by uid 500); 4 Apr 2003 13:42:27 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 16843 invoked by uid 500); 4 Apr 2003 13:42:27 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 4 Apr 2003 13:42:26 -0000 Message-ID: <20030404134226.72139.qmail@icarus.apache.org> From: trawick@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/experimental mod_auth_ldap.c util_ldap.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N trawick 2003/04/04 05:42:26 Modified: modules/experimental mod_auth_ldap.c util_ldap.c Log: I don't think we're ready for C++/c89 slash-slash comments Revision Changes Path 1.14 +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.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- mod_auth_ldap.c 26 Mar 2003 19:31:26 -0000 1.13 +++ mod_auth_ldap.c 4 Apr 2003 13:42:26 -0000 1.14 @@ -153,7 +153,7 @@ int check_short = 0; char *charset; - if (!language) // our default codepage + if (!language) /* our default codepage */ return apr_pstrdup(p, "ISO-8859-1"); else lang_len = strlen(language); 1.13 +1 -1 httpd-2.0/modules/experimental/util_ldap.c Index: util_ldap.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/experimental/util_ldap.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- util_ldap.c 24 Feb 2003 23:19:30 -0000 1.12 +++ util_ldap.c 4 Apr 2003 13:42:26 -0000 1.13 @@ -441,7 +441,7 @@ } /* artificially disable cache */ -//l = NULL; +l = NULL; /* If no connection what found after the second search, we * must create one.