OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3377-ge9af3e6
Gerrit Code Review
gerrit@openafs.org
Mon, 11 Feb 2013 22:20:23 -0800 (PST)
The following commit has been merged in the master branch:
commit e9af3e644205d7fff2a47e6eaa4a028e783d2df4
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Wed Feb 6 11:58:55 2013 -0500
Windows: Do not pass relative paths to redirector
RDR_SetInitParams provides two paths to the redirector, the AFSCache
file path and the path of the %TEMP% environment variable. If either
of these paths are relative paths and not absolute (or full) paths,
the redirector and the service will interpret them differently.
Ensure that the full paths are delivered to the redirector.
Change-Id: I48d9cd09d9292cc0e97c41da430026c20e097de1
Reviewed-on: http://gerrit.openafs.org/9074
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/user/RDRFunction.c | 49 +++++++++++++++++++++++++++++-----
1 files changed, 41 insertions(+), 8 deletions(-)
--
OpenAFS Master Repository