The path check should needs to include the root directory slash
when comparing to the \_._AFS_IOCTL_._ path to detect a pioctl
request.
Change-Id: I1d2c620fdcff55a0c90d8be3f3de6a1bd1137b8f
Reviewed-on: http://gerrit.openafs.org/8488
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
* If the query is regarding the special _._AFS_IOCTL_._ file
* a reply must be sent even though the file doesn't exist.
*/
- if (cm_ClientStrCmpI(pathp, CM_IOCTL_FILENAME_NOSLASH_W) == 0)
+ if (cm_ClientStrCmpI(pathp, CM_IOCTL_FILENAME_W) == 0)
{
/* for info level 108, figure out short name */
if (infoLevel == SMB_QUERY_FILE_ALT_NAME_INFO) {