Map errdos:67 to the ENOENT.
Obtained from: Mac OS X MFC after: 1 week
This commit is contained in:
parent
e46bed178b
commit
2e08e5b45a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user