]> granicus.if.org Git - apache/commit
drop the "container" param from ap_walk_config(). callers should simply
authorGreg Stein <gstein@apache.org>
Mon, 24 Apr 2000 12:27:02 +0000 (12:27 +0000)
committerGreg Stein <gstein@apache.org>
Mon, 24 Apr 2000 12:27:02 +0000 (12:27 +0000)
commitb97ec4c63a6f54c5fde6bb94e04a38149bd6c515
treeeb4de4959590f18e1420cf21e3fa77016e8802a4
parentc2c13c67c3a3665cf7ad1cca06c23b032dedbbce
drop the "container" param from ap_walk_config(). callers should simply
    pass the first child, rather than expecting the walker to do it.
remove the nasty "static" variable inside ap_walk_config(). it now walks the
    tree provided with no worries about bumping up/down levels.
minor refactor between ap_walk_config() and ap_walk_config_sub() to clean up
    some logic and clarify the code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85025 13f79535-47bb-0310-9956-ffa450edef68
include/http_config.h
modules/http/http_core.c
server/config.c