summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/bootp_subr.c
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2010-01-07 21:01:37 +0000
committermbr <mbr@FreeBSD.org>2010-01-07 21:01:37 +0000
commit7450f52a577c4b1ff7801c846f1d0dfd08f1b4bb (patch)
tree5d5dd29f525602a794f28a860b157a27bc19c71a /sys/nfsclient/bootp_subr.c
parent9524ac9a04e01d096ee0adc93e87bfacf5bcfc56 (diff)
downloadFreeBSD-src-7450f52a577c4b1ff7801c846f1d0dfd08f1b4bb.zip
FreeBSD-src-7450f52a577c4b1ff7801c846f1d0dfd08f1b4bb.tar.gz
Remove extraneous semicolons, no functional changes.
Submitted by: Marc Balmer <marc@msys.ch> MFC after: 1 week
Diffstat (limited to 'sys/nfsclient/bootp_subr.c')
-rw-r--r--sys/nfsclient/bootp_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c
index 4377f74..cff72c7 100644
--- a/sys/nfsclient/bootp_subr.c
+++ b/sys/nfsclient/bootp_subr.c
@@ -1332,7 +1332,7 @@ bootpc_compose_query(struct bootpc_ifcontext *ifctx,
*vendp++ = TAG_VENDOR_INDENTIFIER;
*vendp++ = vendor_client_len;
memcpy(vendp, vendor_client, vendor_client_len);
- vendp += vendor_client_len;;
+ vendp += vendor_client_len;
ifctx->dhcpquerytype = DHCP_NOMSG;
switch (ifctx->state) {
case IF_DHCP_UNRESOLVED:
OpenPOWER on IntegriCloud