Fix ensure_config_path call

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1264 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-04-16 17:12:02 +00:00
parent e765bc1cef
commit 68151a767f
2 changed files with 4 additions and 2 deletions

View File

@ -13,3 +13,5 @@ Changes since 2.0.1
6) Restore logic to make 'find_file' check for SHOREWALL_DIR separately.
7) Allow CONFIG_PATH to be inherited.
8) Fix ensure_config_path call.

View File

@ -5711,8 +5711,6 @@ do_initialize() {
BRIDGING=
DYNAMIC_ZONES=
ensure_config_path
stopping=
have_mutex=
masq_seq=1
@ -5735,6 +5733,8 @@ do_initialize() {
startup_error "$FUNCTIONS does not exist!"
fi
ensure_config_path
VERSION_FILE=$SHARED_DIR/version
[ -f $VERSION_FILE ] && version=$(cat $VERSION_FILE)