From c3214b80ced8ca1142ab71eea985cc1fdbc9d9a3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 3 Mar 2008 05:28:38 +0000 Subject: [PATCH] Ensure lock file is cleared after restart. Noticed-by: mcrane via forum --- etc/inc/captiveportal.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index 93f90d988c..674c646c6f 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -285,6 +285,8 @@ EOD; } } + captiveportal_unlock(); + return 0; }