summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-03-11 15:40:38 +0000
committerErmal <eri@pfsense.org>2012-03-11 15:40:38 +0000
commit9ac08841c8fda05183dd879fd9e8d969af50b88b (patch)
tree6449d1a0e1f9145c6d0ae961e20dc485240262c1 /etc
parent576b164a2072b76a988eb3f5925091ee60cbdba3 (diff)
downloadpfsense-9ac08841c8fda05183dd879fd9e8d969af50b88b.zip
pfsense-9ac08841c8fda05183dd879fd9e8d969af50b88b.tar.gz
Fix wich roll to write
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/voucher.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/voucher.inc b/etc/inc/voucher.inc
index 092e384..91d43cd 100644
--- a/etc/inc/voucher.inc
+++ b/etc/inc/voucher.inc
@@ -444,7 +444,7 @@ function voucher_auth($voucher_received, $test = 0) {
}
$active_vouchers[$first_voucher_roll][$first_voucher] = "$timestamp,$minutes";
- voucher_write_active_db($roll, $active_vouchers[$first_voucher_roll]);
+ voucher_write_active_db($first_voucher_roll, $active_vouchers[$first_voucher_roll]);
/* Triger a sync of the vouchers on config */
send_event("service sync vouchers");
OpenPOWER on IntegriCloud