OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre1-170-ga62fc32

Gerrit Code Review gerrit@openafs.org
Sat, 12 Feb 2011 18:33:40 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit a62fc323540429a6381220b42a8b84bb5195abdb
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: 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 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository