aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-11 12:02:03 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-11 12:02:03 +0200
commit860a721030ef94a6ebb89a390593e143bdaf8985 (patch)
tree5a73dc3fc8c6619303a556c1bb2686edb601659d /config
parentb062907f5f0d29b3a852b8412f8875e55a3ba4e1 (diff)
downloadpfsense-packages-860a721030ef94a6ebb89a390593e143bdaf8985.tar.gz
pfsense-packages-860a721030ef94a6ebb89a390593e143bdaf8985.tar.bz2
pfsense-packages-860a721030ef94a6ebb89a390593e143bdaf8985.zip
widentd.xml - remove useless config_(un)lock calls
This function does nothing but return.
Diffstat (limited to 'config')
-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();
}