Displaying 1 result from an estimated 1 matches for "check_call_path".
2011 Jun 24
6
Code? or Test Pattern?
...d respond with NT_STATUS_OK
MODE_INFORMATION query response should show that the file mode is set to 0.
Notes:
Same test as above except the file is referenced by name.
-------------------------------------------------------
Please see "source4/torture/raw/setfileinfo.c."
In "CHECK_CALL_PATH" in the 409th line of a version 3.5.8, "2" is set up to "mode".
-------------------------------------------------------
printf("test mode_information level\n");
sfinfo.mode_information.in.mode = 2;
CHECK_CALL_FNUM(MODE_INFORMATION, NT_STATUS_OK);
CHECK_VA...