fix warning on ZeroMemory

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
Casey Bodley 2011-10-12 15:14:25 -04:00
parent 58c1e38f9a
commit fd870e6ce9

View file

@ -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(