implement getattr for FileNetworkOpenInformation
This commit is contained in:
parent
f4071450c0
commit
4c8c263b49
6 changed files with 41 additions and 0 deletions
|
|
@ -5044,6 +5044,7 @@ NTSTATUS nfs41_QueryFileInformation(
|
|||
case FileStandardInformation:
|
||||
case FileInternalInformation:
|
||||
case FileAttributeTagInformation:
|
||||
case FileNetworkOpenInformation:
|
||||
break;
|
||||
default:
|
||||
print_error("nfs41_QueryFileInformation: unhandled class %d\n", InfoClass);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue