diff options
Diffstat (limited to 'net/sunrpc/auth_unix.c')
-rw-r--r-- | net/sunrpc/auth_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/auth_unix.c b/net/sunrpc/auth_unix.c index a93c56442487..c048eb6deaaf 100644 --- a/net/sunrpc/auth_unix.c +++ b/net/sunrpc/auth_unix.c | |||
@@ -187,6 +187,7 @@ unx_validate(struct rpc_task *task, struct xdr_stream *xdr) | |||
187 | 187 | ||
188 | auth->au_verfsize = XDR_QUADLEN(size) + 2; | 188 | auth->au_verfsize = XDR_QUADLEN(size) + 2; |
189 | auth->au_rslack = XDR_QUADLEN(size) + 2; | 189 | auth->au_rslack = XDR_QUADLEN(size) + 2; |
190 | auth->au_ralign = XDR_QUADLEN(size) + 2; | ||
190 | return 0; | 191 | return 0; |
191 | } | 192 | } |
192 | 193 | ||