+Comment: Sniffed file open attributes.
authorshort <>
Sat, 27 Dec 2003 12:00:03 +0000 (12:00 +0000)
committershort <>
Sat, 27 Dec 2003 12:00:03 +0000 (12:00 +0000)
src/libcaptive/client/file-slave.c

index 80706b1..df3aaef 100644 (file)
@@ -173,7 +173,10 @@ NTSTATUS err;
                                 * Alertability should have only effect on asynchronous events
                                 * from KeWaitForSingleObject() by setting/clearing its parameter 'Alertable'.
                                 */
-                       FILE_SYNCHRONOUS_IO_ALERT,      /* CreateOptions */
+                       FILE_SYNCHRONOUS_IO_ALERT       /* CreateOptions */
+                                       /* sniffed: | FILE_DIRECTORY_FILE */
+                                       /* sniffed: | FILE_OPEN_FOR_BACKUP_INTENT */
+                                       ,
                        NULL,   /* EaBuffer */
                        0,      /* EaLength */
                        CreateFileTypeNone,     /* CreateFileType */