mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix wich roll to write
This commit is contained in:
parent
2064fa2eb4
commit
80b86de588
@ -447,7 +447,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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user