Fix variable name reference

This commit is contained in:
jim-p 2011-01-18 15:29:53 -05:00
parent b1224cdc1e
commit fa09d1b836

View File

@ -479,7 +479,7 @@ function write_config($desc="Unknown", $backup = true) {
* for now, since it was preventing config saving. */
// $config = parse_config(true, false, false);
if($g['bootup'])
if($g['booting'])
log_error("WARNING! Configuration written on bootup. This can cause stray openvpn and load balancing items in config.xml");
if($backup)