changeset 5046:91d05626f72d draft

Add an extra fallthrough to prior
author Roy Marples <roy@marples.name>
date Thu, 06 Feb 2020 15:08:21 +0000
parents f51d310db3b7
children 1d342610ff74
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
@@ -4000,7 +4000,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;