diff options
Diffstat (limited to 'config/arpwatch')
-rw-r--r-- | config/arpwatch/arpwatch.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/arpwatch/arpwatch.xml b/config/arpwatch/arpwatch.xml index 820d397d..2a2045c7 100644 --- a/config/arpwatch/arpwatch.xml +++ b/config/arpwatch/arpwatch.xml @@ -104,7 +104,6 @@ function sync_package_arpwatch() { global $config; conf_mount_rw(); - config_lock(); $log_file = "/var/log/arp.dat"; /* E-mail notifications setup */ @@ -139,7 +138,6 @@ restart_service("arpwatch"); conf_mount_ro(); - config_unlock(); } ]]> </custom_php_global_functions> |