diff options
Diffstat (limited to 'sbin/isakmpd/exchange.c')
-rw-r--r-- | sbin/isakmpd/exchange.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/exchange.c b/sbin/isakmpd/exchange.c index 4db8da8e2da..7d37ca0461c 100644 --- a/sbin/isakmpd/exchange.c +++ b/sbin/isakmpd/exchange.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exchange.c,v 1.121 2005/05/26 06:11:09 hshoexer Exp $ */ +/* $OpenBSD: exchange.c,v 1.122 2005/06/25 23:20:43 hshoexer Exp $ */ /* $EOM: exchange.c,v 1.143 2000/12/04 00:02:25 angelos Exp $ */ /* @@ -325,7 +325,7 @@ exchange_run(struct message *msg) message_register_post_send(msg, exchange_finalize); - /* Fallthrough. */ + /* FALLTHROUGH */ case 0: /* XXX error handling. */ |