summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-05-24 05:50:28 +0000
committerpeter <peter@FreeBSD.org>2002-05-24 05:50:28 +0000
commit6fd2a8cc3faad07b03e388cfba8e8dbfd30b1c6f (patch)
tree32dd70395a9c68c4a6a208438c0a7e083a4f4ab1 /sys/nfsclient
parente6ca5b7fbea96e5c426fb91ea623684c49626855 (diff)
downloadFreeBSD-src-6fd2a8cc3faad07b03e388cfba8e8dbfd30b1c6f.zip
FreeBSD-src-6fd2a8cc3faad07b03e388cfba8e8dbfd30b1c6f.tar.gz
Fix warning; deprecated use of label at end of compound statement
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/bootp_subr.c1
1 files changed, 1 insertions, 0 deletions
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 */
OpenPOWER on IntegriCloud