fix warning on ZeroMemory
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
58c1e38f9a
commit
fd870e6ce9
1 changed files with 1 additions and 1 deletions
|
|
@ -753,7 +753,7 @@ int nfs41_delegation_getattr(
|
||||||
if (status)
|
if (status)
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
ZeroMemory(&info, sizeof(nfs41_file_info));
|
ZeroMemory(info, sizeof(nfs41_file_info));
|
||||||
|
|
||||||
/* find attributes for the given fileid */
|
/* find attributes for the given fileid */
|
||||||
status = nfs41_attr_cache_lookup(
|
status = nfs41_attr_cache_lookup(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue