]> 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)
commit23397fb92cee3c0713696023c678af5e6c4c8616
treeab047efc5f6033dc8758d97225c19e5430e57f47
parent86b5e4f810fe56d0361c0b277e6d126b446ee07c
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