OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-726-ge411997
Gerrit Code Review
gerrit@openafs.org
Sat, 12 Feb 2011 11:25:54 -0800 (PST)
The following commit has been merged in the master branch:
commit e4119971b0131411dc686adcbfc6b5bb3c9b52f1
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sat Feb 12 11:52:12 2011 -0500
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: I4e863b854ea12b69858be712455dc6b6a0d36c39
Reviewed-on: http://gerrit.openafs.org/3925
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 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository