diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2010-02-11 18:34:06 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2010-02-11 18:34:06 +0000 |
| commit | 7733cf8fffadd4b286f7ed03e7748ee70e36433d (patch) | |
| tree | 1e4ba746fa5c966751e486d77fd709debce07fc4 /sys/rpc | |
| parent | 1d0daf9e447a792a8e43377426858a02b734b9a3 (diff) | |
Notes
Diffstat (limited to 'sys/rpc')
| -rw-r--r-- | sys/rpc/clnt_dg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpc/clnt_dg.c b/sys/rpc/clnt_dg.c index 78f4a9a21285..e3fa02c91bf9 100644 --- a/sys/rpc/clnt_dg.c +++ b/sys/rpc/clnt_dg.c @@ -258,7 +258,7 @@ clnt_dg_create( rpc_createerr.cf_error.re_errno = 0; goto err2; } - cu->cu_mcalllen = XDR_GETPOS(&xdrs);; + cu->cu_mcalllen = XDR_GETPOS(&xdrs); /* * By default, closeit is always FALSE. It is users responsibility |
