summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-06 23:00:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-06 23:00:01 +0000
commitcfd6d14f0d7a14df74c0664dec1aa26bc118ac08 (patch)
tree9c865481203d0bf067def26d63f3db4d10d49ecc /etc/inc/config.inc
parented4f9cd6934c47182623ef6efa3cea20d0bbc5e4 (diff)
downloadpfsense-cfd6d14f0d7a14df74c0664dec1aa26bc118ac08.zip
pfsense-cfd6d14f0d7a14df74c0664dec1aa26bc118ac08.tar.gz
Dont unlock config.
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 3f3e0d8..e303030 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -276,7 +276,7 @@ function parse_config_bootup() {
echo "Resetting factory defaults...\n";
reset_factory_defaults();
if (file_exists("{$g['conf_path']}/config.xml")) {
- config_unlock();
+ /* do nothing, we have a file. */
} else {
echo "No XML configuration file found - using factory defaults.\n";
echo "Make sure that the configuration floppy disk with the conf/config.xml\n";
OpenPOWER on IntegriCloud