mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct spelling to the past tense
This commit is contained in:
parent
8b060357e8
commit
00707bc52d
@ -789,7 +789,7 @@ EOD;
|
||||
/* mange racoon process */
|
||||
if (is_process_running("racoon")) {
|
||||
sleep("0.1");
|
||||
log_error("IPSEC: Send a reload signal to the IPsec process");
|
||||
log_error("IPSEC: Sent a reload signal to the IPsec process");
|
||||
mwexec("/usr/local/sbin/racoonctl -s /var/run/racoon.sock reload-config", false);
|
||||
} else {
|
||||
/* flush SA + SPD entries */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user