]> granicus.if.org Git - apache/commit
Two fixes in one:
authorAaron Bannert <aaron@apache.org>
Thu, 27 Dec 2001 21:36:10 +0000 (21:36 +0000)
committerAaron Bannert <aaron@apache.org>
Thu, 27 Dec 2001 21:36:10 +0000 (21:36 +0000)
commit130eaf6e952ee086b570d4c613b95e73c22b86ed
tree16d815527a7d4475d3d4e74699f3f133e2dec2e7
parenta27ed93063ed09de93ec6cf1cea61302ec6cba05
Two fixes in one:

- No longer calls exit() when the secret fails to initialize, instead
  post_config just returns !OK and lets the server bail out.

- No longer fails on DSOs -- since we load-unload-reload DSOs we lose
  any static memory that was initialized during the first load.
  This patch allows us to simply pass on the first call to post_config,
  and then do the initialization in the second call.

Tested to work on Linux from an IE5.0 client.

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