rc: typo in previous

This commit is contained in:
Franco Fichtner 2018-06-07 11:56:09 +02:00
parent 0008970cdc
commit 86d9bbb267

View File

@ -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;
}