summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-12-23 18:39:41 +0000
committerErmal <eri@pfsense.org>2010-12-23 18:41:46 +0000
commit60b66b602e4cae1d9baf7f608841ae15aaa2d5e1 (patch)
tree5849d95fb840290343aa083899d55a007b5588f9 /etc/inc/captiveportal.inc
parent057c83f5aa3338493e3cd918c9e154af47b2f685 (diff)
downloadpfsense-60b66b602e4cae1d9baf7f608841ae15aaa2d5e1.zip
pfsense-60b66b602e4cae1d9baf7f608841ae15aaa2d5e1.tar.gz
Ticket #1128. Ooops pass the right parameter to unlock.
Diffstat (limited to 'etc/inc/captiveportal.inc')
-rw-r--r--etc/inc/captiveportal.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 79f0707..84c98b2 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -1132,11 +1132,11 @@ function captiveportal_get_radius_servers() {
}
}
- unlock('captiveportalradius');
+ unlock($cprdsrvlck);
return $radiusservers;
}
- unlock('captiveportalradius');
+ unlock($cprdsrvlck);
return false;
}
@@ -1460,4 +1460,4 @@ function portal_ip_from_client_ip($cliip) {
return false;
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud