* dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.
* sec_acl.cc (getacl): Convert debug output to print native NT path. * security.cc (set_file_attribute): Ditto. * syscalls.cc (try_to_bin): Ditto and fix buggy debug statement.
This commit is contained in:
@@ -358,8 +358,8 @@ try_to_bin (path_conv &win32_path, HANDLE h)
|
||||
FileRenameInformation);
|
||||
}
|
||||
if (!NT_SUCCESS (status))
|
||||
debug_printf ("Move %s to %s failed, status = %p", win32_path.get_win32 (),
|
||||
recycler, status);
|
||||
debug_printf ("Move %S to %S failed, status = %p",
|
||||
win32_path.get_nt_native_path (), &recycler, status);
|
||||
out:
|
||||
if (rootdir)
|
||||
NtClose (rootdir);
|
||||
|
Reference in New Issue
Block a user