mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not attempt to start_service() twice. This is already handled and can lead to ticket #1044
This commit is contained in:
parent
c7f44ae0c1
commit
c5ff4e16cf
@ -53,7 +53,6 @@ if($_GET['mode'] == "startservice" and $_GET['service']) {
|
||||
start_service($_GET['service']);
|
||||
break;
|
||||
}
|
||||
start_service($_GET['service']);
|
||||
$savemsg = "{$_GET['service']} has been started.";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user