changeset 5045:26e3e59cb85d draft

Add an extra fallthrough to prior
author Roy Marples <roy@marples.name>
date Thu, 06 Feb 2020 15:08:21 +0000
parents f56ad268913f
children fa819e51fccc
files src/dhcp6.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dhcp6.c	Thu Feb 06 14:59:24 2020 +0000
+++ b/src/dhcp6.c	Thu Feb 06 15:08:21 2020 +0000
@@ -3961,7 +3961,7 @@
 	eloop_timeout_delete(ifp->ctx->eloop, dhcp6_sendinform, ifp);
 	switch (state->state) {
 	case DH6S_DISCOVER:	/* FALLTHROUGH */
-	case DH6S_REQUEST:
+	case DH6S_REQUEST:	/* FALLTHROUGH */
 	case DH6S_INFORM:
 		state->state = DH6S_INIT;
 		break;