summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.lib.inc
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-07-27 23:47:04 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-07-27 23:47:04 -0600
commit027b805741a45cf281e10031e180fd36d7d230f8 (patch)
tree29798e677ceeee9c323e7cc07940eaecfe9ed0de /etc/inc/config.lib.inc
parentcb847796df756202c4667b68c081a9766f0ce736 (diff)
downloadpfsense-027b805741a45cf281e10031e180fd36d7d230f8.zip
pfsense-027b805741a45cf281e10031e180fd36d7d230f8.tar.gz
Comment out this line for now, since it was preventing config saving.
Diffstat (limited to 'etc/inc/config.lib.inc')
-rw-r--r--etc/inc/config.lib.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/config.lib.inc b/etc/inc/config.lib.inc
index 10ec89a..c4f8292 100644
--- a/etc/inc/config.lib.inc
+++ b/etc/inc/config.lib.inc
@@ -485,7 +485,9 @@ function safe_write_file($file, $content, $force_binary) {
function write_config($desc="Unknown", $backup = true) {
global $config, $g;
- $config = parse_config(true, false, false);
+ /* TODO: Not sure what this was added for; commenting out
+ * for now, since it was preventing config saving. */
+ // $config = parse_config(true, false, false);
if($g['bootup'])
log_error("WARNING! Configuration written on bootup. This can cause stray openvpn and load balancing items in config.xml");
OpenPOWER on IntegriCloud