From: Roy Marples Date: Thu, 11 Feb 2016 15:20:22 +0000 (+0000) Subject: Clarify fallingthrough a switch. X-Git-Tag: v6.10.2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=549bfda04dc47fd353e4f36faf54ecb066bf83e1;p=thirdparty%2Fdhcpcd.git Clarify fallingthrough a switch. Fixes [fb4c5a403a]. --- diff --git a/dhcp6.c b/dhcp6.c index 9cacb635..143de845 100644 --- a/dhcp6.c +++ b/dhcp6.c @@ -2820,6 +2820,7 @@ dhcp6_handledata(void *arg) state->state = DH6S_REQUEST; else op = NULL; + /* FALLTHROUGH */ case DH6S_REQUEST: /* FALLTHROUGH */ case DH6S_RENEW: /* FALLTHROUGH */ case DH6S_REBIND: