diff options
Diffstat (limited to 'usr.sbin/sasyncd/carp.c')
-rw-r--r-- | usr.sbin/sasyncd/carp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sasyncd/carp.c b/usr.sbin/sasyncd/carp.c index ea35db196bb..881bb32d6b8 100644 --- a/usr.sbin/sasyncd/carp.c +++ b/usr.sbin/sasyncd/carp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: carp.c,v 1.18 2023/02/08 08:20:54 tb Exp $ */ +/* $OpenBSD: carp.c,v 1.19 2024/04/23 13:34:51 jsg Exp $ */ /* * Copyright (c) 2005 Håkan Olsson. All rights reserved. @@ -127,7 +127,7 @@ carp_demote(int demote, int force) log_msg(1, "carp_demote: unable to get " "the demote state of group '%s'", cfgstate.carp_ifgroup); - goto done; + goto done; } if (ifgr.ifgr_attrib.ifg_carp_demoted == 0) |