From 2392ed60f3d1efa9f5a9efd6c583e4de3bba0afd Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 30 Apr 2014 06:46:57 +0000 Subject: 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? --- etc/inc/pfsense-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.1