mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3:lib add mapping for ETXTBSY
add ETXTBSY to the errno->STATUS conversion table. It will be mapped to STATUS_SHARING_VIOLATION Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
526f0dff96
commit
245b5ffdde
@ -111,6 +111,9 @@ static const struct {
|
||||
#ifdef ENOTSUP
|
||||
{ ENOTSUP, NT_STATUS_NOT_SUPPORTED},
|
||||
#endif
|
||||
#ifdef ETXTBSY
|
||||
{ ETXTBSY, NT_STATUS_SHARING_VIOLATION },
|
||||
#endif
|
||||
};
|
||||
|
||||
/*********************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user