mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Re-apply: OpenVPN: Fix daemon stuck in WAIT state.
When the client is in the WAIT state, it is usally connected to the server. Conflicts: html/cgi-bin/index.cgi html/cgi-bin/ovpnmain.cgi
This commit is contained in:
@@ -5177,7 +5177,7 @@ END
|
|||||||
#EXITING -- A graceful exit is in progress.
|
#EXITING -- A graceful exit is in progress.
|
||||||
####
|
####
|
||||||
|
|
||||||
if ($tustate[1] eq 'CONNECTED') {
|
if (($tustate[1] eq 'CONNECTED') || ($tustate[1] eq 'WAIT')) {
|
||||||
$col1="bgcolor='${Header::colourgreen}'";
|
$col1="bgcolor='${Header::colourgreen}'";
|
||||||
$active = "<b><font color='#FFFFFF'>$Lang::tr{'capsopen'}</font></b>";
|
$active = "<b><font color='#FFFFFF'>$Lang::tr{'capsopen'}</font></b>";
|
||||||
}else {
|
}else {
|
||||||
|
|||||||
Reference in New Issue
Block a user