mirror of
https://github.com/opnsense/core.git
synced 2026-06-09 00:42:36 -04:00
rc: typo in previous
This commit is contained in:
parent
0008970cdc
commit
86d9bbb267
1 changed files with 2 additions and 2 deletions
|
|
@ -58,11 +58,11 @@ log_error($notificationmsg);
|
|||
|
||||
switch ($type) {
|
||||
case 'MASTER':
|
||||
/* XXX inpect usefulness of this trickery */
|
||||
/* XXX inspect usefulness of this trickery */
|
||||
openvpn_carp_start($carp_iface);
|
||||
break;
|
||||
case 'BACKUP':
|
||||
/* XXX inpect usefulness of this trickery */
|
||||
/* XXX inspect usefulness of this trickery */
|
||||
openvpn_carp_stop($carp_iface);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue