aboutsummaryrefslogtreecommitdiffstats
path: root/config/widentd/widentd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/widentd/widentd.xml')
-rw-r--r--config/widentd/widentd.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/widentd/widentd.xml b/config/widentd/widentd.xml
index 27a8ffe8..fe28ba2d 100644
--- a/config/widentd/widentd.xml
+++ b/config/widentd/widentd.xml
@@ -102,7 +102,6 @@
<![CDATA[
function sync_package_widentd() {
conf_mount_rw();
- config_lock();
global $config;
/* Write widentd.sh */
@@ -128,7 +127,6 @@
} else {
restart_service("widentd");
}
- config_unlock();
conf_mount_ro();
}