summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2013-07-10 12:18:36 -0700
committerKarolin Seeger <kseeger@samba.org>2013-08-07 11:16:08 +0200
commit2b165a12ed488579f4e845f4fc8183edfbe4e396 (patch)
treef313cf498d0e45e8fad6434e3cb2542d251cb1d1
parent65d4a4cefdd75c4067edec92fd464e9b17a3900a (diff)
downloadsamba-2b165a12ed488579f4e845f4fc8183edfbe4e396.tar.gz
Add error map of STATUS_INVALID_EA_NAME -> ERRDOS, ERRbadfile
(from Windows2012 tests). Bug 9992 - Windows error 0x800700FE when copying files with xattr names containing ":" Signed-off-by: Jeremy Allison <jra@samba.org>
-rw-r--r--libcli/util/errormap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/util/errormap.c b/libcli/util/errormap.c
index 714e62c0d79..38706195a0c 100644
--- a/libcli/util/errormap.c
+++ b/libcli/util/errormap.c
@@ -54,6 +54,7 @@ static const struct {
*/
{ERRDOS, ERRmoredata, STATUS_BUFFER_OVERFLOW},
{ERRDOS, ERRnofiles, STATUS_NO_MORE_FILES},
+ {ERRDOS, ERRbadfile, STATUS_INVALID_EA_NAME},
{ERRDOS, ERRnofiles, NT_STATUS_NO_MORE_ENTRIES},
{ERRDOS, ERRgeneral, NT_STATUS_UNSUCCESSFUL},
{ERRDOS, ERRbadfunc, NT_STATUS_NOT_IMPLEMENTED},