]> 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)
commitffadbf50252af7d7164540955346929b65db85f2
tree16d815527a7d4475d3d4e74699f3f133e2dec2e7
parent399fc45b6694b4596e83d1f2070dec42afdb96e6
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