Map errdos:67 to the ENOENT.

Obtained from:	Mac OS X
MFC after:		1 week
This commit is contained in:
bp 2001-08-21 09:16:57 +00:00
parent e46bed178b
commit 2e08e5b45a

View File

@ -219,6 +219,7 @@ smb_maperror(int eclass, int eno)
case ERRbadpath:
case ERRremcd:
case 66: /* nt returns it when share not available */
case 67: /* observed from nt4sp6 when sharename wrong */
return ENOENT;
case ERRnofids:
return EMFILE;