It seems to be safe to ignore 'file not locked' error
from server. This effectively suppresses 'Unmapped error 1:158'. MFC after: 1 month
This commit is contained in:
parent
f8cbaf97aa
commit
499769a943
@ -269,6 +269,8 @@ smb_maperror(int eclass, int eno)
|
||||
return ENOENT;
|
||||
case 145: /* samba */
|
||||
return ENOTEMPTY;
|
||||
case ERRnotlocked:
|
||||
return 0; /* file become unlocked */
|
||||
case 183:
|
||||
return EEXIST;
|
||||
case ERRquota:
|
||||
|
Loading…
x
Reference in New Issue
Block a user