]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* include/util_ldap.h (util_ldap_state_t): Fix gcc format string
authorJoe Orton <jorton@apache.org>
Fri, 11 Feb 2005 12:22:16 +0000 (12:22 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 11 Feb 2005 12:22:16 +0000 (12:22 +0000)
commitedb46b1de9584c79abbea96243fe6fee5987f0e0
treec17397a0d6ce34229ce5bca41e04714e11e9baf9
parent519b48fce1de6cc6432e39dcb44746d4dabf9d43
* include/util_ldap.h (util_ldap_state_t): Fix gcc format string
warnings: use a long for connectionTimeout since the code expects a
long.

* modules/ldap/util_ldap.c (compare_client_certs): Make static to fix
gcc missing-prototype warning.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153390 13f79535-47bb-0310-9956-ffa450edef68
include/util_ldap.h
modules/ldap/util_ldap.c