From 6fd2a8cc3faad07b03e388cfba8e8dbfd30b1c6f Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 24 May 2002 05:50:28 +0000 Subject: Fix warning; deprecated use of label at end of compound statement --- sys/nfsclient/bootp_subr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c index 5e8e6bd9..6dbfc4c 100644 --- a/sys/nfsclient/bootp_subr.c +++ b/sys/nfsclient/bootp_subr.c @@ -515,6 +515,7 @@ bootpc_received(struct bootpc_globalcontext *gctx, if (dhcpreplytype != DHCP_ACK) return 0; case DHCP_NOMSG: + break; } /* Ignore packet unless it gives us a root tag we didn't have */ -- cgit v1.1