From cfd6d14f0d7a14df74c0664dec1aa26bc118ac08 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 6 Apr 2006 23:00:01 +0000 Subject: [PATCH] Dont unlock config. --- etc/inc/config.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 3f3e0d889c..e303030408 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";