Windows: Do not pass relative paths to redirector
authorJeffrey Altman <jaltman@your-file-system.com>
Wed, 6 Feb 2013 16:58:55 +0000 (11:58 -0500)
committerJeffrey Altman <jaltman@your-file-system.com>
Tue, 12 Feb 2013 06:19:41 +0000 (22:19 -0800)
commite9af3e644205d7fff2a47e6eaa4a028e783d2df4
treee07e7f2819229c4d8173bd718784779a2307555b
parent351cefe9b60032fe77aa09c0803ef051fb5b4665
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