]> granicus.if.org Git - apache/commit
* modules/experimental/util_ldap.c (util_ldap_cache_compare): Fix
authorJoe Orton <jorton@apache.org>
Wed, 12 May 2004 18:44:27 +0000 (18:44 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 12 May 2004 18:44:27 +0000 (18:44 +0000)
commit0e31ef053389b04e471ae9d0c231ea4d54f7ba0e
treefa090d887fc2cb502a471a23a86b24601072088a
parent4d6f9227cd933db905bf7f1e268bd2dd138bf301
* modules/experimental/util_ldap.c (util_ldap_cache_compare): Fix
uninitialized variable warning from gcc -Wall.
(util_ldap_set_cache_bytes, util_ldap_post_config): Use correct APR
printf format string macros.
(util_ldap_set_cert_type): Make static to fix gcc warning.
(util_ldap_cleanup_module): Fix unused variable warning.

* modules/experimental/mod_auth_ldap.c (derive_codepage_from_lang):
Remove unused variable.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103664 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/mod_auth_ldap.c
modules/experimental/util_ldap.c