fix compiler warning

libnfs-4.0.0-vitalif
Ronnie Sahlberg 2012-07-05 07:35:04 +10:00
parent d14e28387f
commit 020f172895
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}