]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Windows: Move afsredir process type check
authorJeffrey Altman <jaltman@your-file-system.com>
Thu, 27 Sep 2012 02:03:03 +0000 (22:03 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Mon, 1 Oct 2012 23:21:58 +0000 (16:21 -0700)
commit22d68eec6de654bdc6a8d5b005b86320a46ac8f0
tree26570c9f0cd02b7c8f2cd74e698172e7c0e3cab7
parent137ea396dbbcf302bce8200e3da7d4693b464ca7
Windows: Move afsredir process type check

The process type check in afsredir.sys was performed during the
Process Creation callback which is processed in the context of the
parent process which might not be the same type (32-bit or 64-bit)
as the process being created.

Change-Id: I6ae79a6dacf434a986c7bb0135b2238fcfeeb0cd
Reviewed-on: http://gerrit.openafs.org/8165
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/fs/AFSProcessSupport.cpp