coova / coova-chilli

CoovaChilli is an open-source software access controller for captive portal hotspots.
Other
518 stars 260 forks source link

FIX error in loading binary status file. #210

Closed gbaligh closed 8 years ago

gbaligh commented 8 years ago

When coova-chilli is about to exit, it release all app_conn_t object. But do not update references handled by dhcp_conn_t object. When creating the binary status file, a garbage app_conn_t object will be stored associated to the dhcp_conn_t object. This FIX is just about updating the references whithin dhcp_conn_t objects. Will fix #195 too.

Signed-off-by: Baligh GUESMI