OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_63-13-g72e8bac
Gerrit Code Review
gerrit@openafs.org
Sat, 19 Sep 2009 11:14:58 -0700 (PDT)
The following commit has been merged in the master branch:
commit 72e8bac22201e194242e715a107f3b3cb8a480df
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Sat Sep 19 04:55:09 2009 -0400
Windows: Use "Name not found" instead of "File not found"
When a file cannot be opened because the name of the file or
a directory in the path cannot be found, return "Name not found"
instead of "File not found". "File not found" is the error returned
by the smb redirector to the application when the file cannot be
located in the search path. "Name not found" indicates that the
entry is not present at the location requested.
The use of "File not found" prevented execution of applications
from the \\AFS name space on Windows 7.
LICENSE MIT
Reviewed-on: http://gerrit.openafs.org/469
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/smb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository