From: Jeff Trawick Date: Fri, 4 Apr 2003 13:42:26 +0000 (+0000) Subject: I don't think we're ready for C++/c89 slash-slash comments X-Git-Tag: pre_ajp_proxy~1922 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aed85cb1250fff73de970b401ef5de9e43871c4;p=thirdparty%2Fapache%2Fhttpd.git I don't think we're ready for C++/c89 slash-slash comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99207 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_auth_ldap.c b/modules/experimental/mod_auth_ldap.c index 1f186478ad8..8cd10e38a53 100644 --- a/modules/experimental/mod_auth_ldap.c +++ b/modules/experimental/mod_auth_ldap.c @@ -153,7 +153,7 @@ static char* derive_codepage_from_lang (apr_pool_t *p, char *language) 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); diff --git a/modules/experimental/util_ldap.c b/modules/experimental/util_ldap.c index 119e33d8f35..b3da928d56e 100644 --- a/modules/experimental/util_ldap.c +++ b/modules/experimental/util_ldap.c @@ -441,7 +441,7 @@ LDAP_DECLARE(util_ldap_connection_t *)util_ldap_connection_find(request_rec *r, } /* artificially disable cache */ -//l = NULL; +l = NULL; /* If no connection what found after the second search, we * must create one.