Actions
Bug #1338
closedcaptiveportal_prune_old no longer works
Start date:
03/08/2011
Due date:
03/08/2011
% Done:
50%
Estimated time:
0.20 h
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
All
Description
In /etc/inc/captiveportal.inc, captiveportal_read_db now returns a array() with sessionid.
captiveportal_prune_old() must be adapted to use this new return value. Currently, it doesn't close any session...
Patch below (tested).
Thanks.
Files
Updated by Thomas NOEL over 13 years ago
- File captiveportal.inc.diff captiveportal.inc.diff added
OOOOooooops... s/for/foreach/ in the patch. Sorry !!
New patch below.
Updated by Ermal Luçi over 13 years ago
- Status changed from New to Closed
I hae put a patch separately of this.
Thanks for the prompt patch though.
Actions