X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Flibnfs-zdr.c;h=a159632b989e047cb06e622ffb93ab1d98884414;hb=020f172895e23e3c0732c38763ee103c831f5b69;hp=e439249abb7b67cd506a94960b1cc96e3fc1082b;hpb=10a0ceaaa3e07717a594aa4bae717031e18314aa;p=deb_libnfs.git diff --git a/lib/libnfs-zdr.c b/lib/libnfs-zdr.c index e439249..a159632 100644 --- a/lib/libnfs-zdr.c +++ b/lib/libnfs-zdr.c @@ -286,7 +286,7 @@ static bool_t libnfs_opaque_auth(ZDR *zdrs, struct opaque_auth *auth) return FALSE; } - if (!libnfs_zdr_bytes(zdrs, &auth->oa_base, &auth->oa_length, &auth->oa_length)) { + if (!libnfs_zdr_bytes(zdrs, &auth->oa_base, &auth->oa_length, auth->oa_length)) { return FALSE; }