OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1570-g9052974
Gerrit Code Review
gerrit@openafs.org
Mon, 29 Aug 2011 13:27:02 -0700 (PDT)
The following commit has been merged in the master branch:
commit 9052974812e33d186613c31e318673f9268467c6
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri Aug 26 13:57:15 2011 -0400
Windows: afslogon.dll is not a file system interface
Do not return a file system network type that corresponds
to a real file system inter since afslogon is in fact not
associated with a file system interface. We can't return
WNNC_NET_NONE (0) because that prevents NPLogonNotify()
from being executed. However, if we return an in use
file system value that can confuse the system when the
actual file system's network provider is also installed.
Change-Id: I845bc633f17f21946ce7de796d66c0bb429005cd
Reviewed-on: http://gerrit.openafs.org/5313
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/WINNT/afsd/afslogon.c | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository