summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-06-07 17:06:36 +0000
committerErmal <eri@pfsense.org>2011-06-07 17:06:36 +0000
commitf989aa5b837cb15d4abcca3ba05c66481a6b1176 (patch)
tree277685e37471e7e07b461640851aa1afbb7f9052 /etc
parentd06f9f45808605f13ffaeffb5e73620860c0c8a7 (diff)
downloadpfsense-f989aa5b837cb15d4abcca3ba05c66481a6b1176.zip
pfsense-f989aa5b837cb15d4abcca3ba05c66481a6b1176.tar.gz
Correct variable name so voucher disconnect on synchronized vouchers works properly.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 609bfed..cd07d65 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -814,7 +814,7 @@ function captiveportal_disconnect($dbent, $radiusservers,$term_cause = 1,$stop_t
$syncport = $config['voucher']['vouchersyncport'];
$syncpass = $config['voucher']['vouchersyncpass'];
$vouchersyncusername = $config['voucher']['vouchersyncusername'];
- $remote_status = xmlrpc_sync_voucher_disconnect($dben, $syncip, $syncport, $syncpass, $vouchersyncusername, $term_cause, $stop_time);
+ $remote_status = xmlrpc_sync_voucher_disconnect($dbent, $syncip, $syncport, $syncpass, $vouchersyncusername, $term_cause, $stop_time);
}
}
OpenPOWER on IntegriCloud