]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Windows: Fix GetIoctlHandle path construction
authorJeffrey Altman <jaltman@your-file-system.com>
Sat, 12 Feb 2011 16:52:12 +0000 (11:52 -0500)
committerJeffrey Altman <jaltman@openafs.org>
Sun, 13 Feb 2011 02:33:24 +0000 (18:33 -0800)
commita62fc323540429a6381220b42a8b84bb5195abdb
tree359e1a7d574d5c59bc4c95d3f1b1efa263a9b558
parentd1e412b275dd75b023f9cf1b2bf60140ac80948d
Windows: Fix GetIoctlHandle path construction

GetIoctlHandle() is used to construct the magic pioctl file
path used to initiate pioctl operations with the cache manager.
The first error introduced double directory separators.  The
second error was testing an uninitialized value which could
have resulted in a missing directory separator.

Change-Id: I691fde63adf295c380312772e7d320ff99e89d70
Reviewed-on: http://gerrit.openafs.org/3929
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/sys/pioctl_nt.c