aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2010-01-07 21:01:37 +0000
committerMartin Blapp <mbr@FreeBSD.org>2010-01-07 21:01:37 +0000
commitc2ede4b379d8fa04de02c36201538fd610763299 (patch)
tree5d5dd29f525602a794f28a860b157a27bc19c71a /sys/nfsclient
parent017b01f6628c01be1ada0397f3cae40670936b1a (diff)
downloadsrc-c2ede4b379d8fa04de02c36201538fd610763299.tar.gz
src-c2ede4b379d8fa04de02c36201538fd610763299.zip
Remove extraneous semicolons, no functional changes.
Submitted by: Marc Balmer <marc@msys.ch> MFC after: 1 week
Notes
Notes: svn path=/head/; revision=201758
Diffstat (limited to 'sys/nfsclient')
-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 4377f74367b1..cff72c7f2bc4 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: