summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-05-18 01:11:10 +0000
committerBill Marquette <billm@pfsense.org>2005-05-18 01:11:10 +0000
commit412ebed9a8af1ac163c1f071cbc3f1e239f99d7e (patch)
tree45583b8b6e352ea5034a2547fc7f9d649ba30249 /etc/inc
parentbad59dd6f5c8b1cdebf1091d2f1f43ba21b3784c (diff)
downloadpfsense-412ebed9a8af1ac163c1f071cbc3f1e239f99d7e.zip
pfsense-412ebed9a8af1ac163c1f071cbc3f1e239f99d7e.tar.gz
Just create the config.cache - we already have a good $config, no need to reload and parse the XML after writing it
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/config.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 1c47bbe..4ce5e21 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -552,8 +552,8 @@ function write_config($desc="Unknown", $backup = true) {
conf_mount_ro();
config_unlock();
- $config = parse_config(true);
- //generate_config_cache($config);
+
+ generate_config_cache($config);
//cleanup_backupcache();
}
OpenPOWER on IntegriCloud