]> granicus.if.org Git - apache/commitdiff
I don't think we're ready for C++/c89 slash-slash comments
authorJeff Trawick <trawick@apache.org>
Fri, 4 Apr 2003 13:42:26 +0000 (13:42 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 4 Apr 2003 13:42:26 +0000 (13:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99207 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_auth_ldap.c
modules/experimental/util_ldap.c

index 1f186478ad8703c723ce9e65b8f081a084d4155e..8cd10e38a532ec4b1ff497ecd757632703dea847 100644 (file)
@@ -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);
index 119e33d8f35773a20cc6456bde7311021f00661d..b3da928d56e5e7c8525ebb5500b380fbaa89bfea 100644 (file)
@@ -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.