mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
windows-pioctl-debug-20050909
log the pioctl path provided by the caller
This commit is contained in:
parent
9e348b344d
commit
1d83f0e3b7
@ -150,6 +150,8 @@ long cm_ParseIoctlPath(smb_ioctl_t *ioctlp, cm_user_t *userp, cm_req_t *reqp,
|
||||
wchar_t absRoot_w[MAX_PATH];
|
||||
HANDLE rootDir;
|
||||
|
||||
osi_Log1(afsd_logp, "cm_ParseIoctlPath %s", osi_LogSaveString(afsd_logp,relativePath));
|
||||
|
||||
/* This is usually the file name, but for StatMountPoint it is the path. */
|
||||
/* ioctlp->inDatap can be either of the form:
|
||||
* \path\.
|
||||
|
Loading…
Reference in New Issue
Block a user