]> granicus.if.org Git - apache/commit
We don't really treat this field as a const, and currently we are getting
authorRyan Bloom <rbb@apache.org>
Sat, 14 Apr 2001 23:00:28 +0000 (23:00 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 14 Apr 2001 23:00:28 +0000 (23:00 +0000)
commitd7ba74961270d09b76f320ed1929fddf3a99de32
tree640b86df67b301769886e3235e567cb8920f4557
parent372c5854e8582ff67fe2dc04452ab33973a114bc
We don't really treat this field as a const, and currently we are getting
warnings because on line 536, we are trying to assign a non-const to a
const.  This started happening after a fix for Windows.  This change should
solve the problem on all systems.

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