diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-05-24 05:50:28 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-05-24 05:50:28 +0000 |
| commit | e82685e79f31c7bf0c48af8788ed75468e3692b3 (patch) | |
| tree | 32dd70395a9c68c4a6a208438c0a7e083a4f4ab1 /sys | |
| parent | fe8ae4dd1345ec882ebe22e985ed7a86977820f5 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/nfsclient/bootp_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c index 5e8e6bd9331f..6dbfc4c67f89 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 */ |
