]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
clean up a call to apr_psprintf() (trailing NULL not needed)
authorJeff Trawick <trawick@apache.org>
Thu, 22 Feb 2001 14:22:39 +0000 (14:22 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 22 Feb 2001 14:22:39 +0000 (14:22 +0000)
commit3351f1b91fc99c38027e06c9bfa0c86357b17045
treeab047efc5f6033dc8758d97225c19e5430e57f47
parentffdad830aa3b07cea5e2c2060ab239e422cb8589
clean up a call to apr_psprintf() (trailing NULL not needed)
previously:
mod_auth_digest.c: In function `set_shmem_size':
mod_auth_digest.c:625: warning: too many arguments for format

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88275 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/mod_auth_digest.c