summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-04-30 06:46:57 +0000
committerErmal <eri@pfsense.org>2014-04-30 06:48:06 +0000
commit2392ed60f3d1efa9f5a9efd6c583e4de3bba0afd (patch)
treedc35e321a247625bb3bccff6ad18d5d062bfb8e3
parent19166f7d2d1d846e8b5b51252e63e05e005d9602 (diff)
downloadpfsense-2392ed60f3d1efa9f5a9efd6c583e4de3bba0afd.zip
pfsense-2392ed60f3d1efa9f5a9efd6c583e4de3bba0afd.tar.gz
Merge the patch suggested in Ticket #3629. It also Fixes #3629. The question is why this is using config lock? Also where is filter configure called here?
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 065b1e3..c317a43 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1880,9 +1880,9 @@ function update_alias_url_data() {
}
}
}
+ unlock($lockkey);
if ($updated)
write_config();
- unlock($lockkey);
}
function process_alias_unzip($temp_filename) {
OpenPOWER on IntegriCloud