summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-02-05 02:40:16 +0000
committerJeremy Allison <jra@samba.org>2002-02-05 02:40:16 +0000
commitd1e911afd08971c6cf5429bda929663a5dd8f63d (patch)
tree0d53ae49bda11578db70a16ea640fbd357edf77b /source
parent36f816a5e12a80f0184f43cbd44ef5fac53fcb81 (diff)
downloadsamba-d1e911afd08971c6cf5429bda929663a5dd8f63d.tar.gz
samba-d1e911afd08971c6cf5429bda929663a5dd8f63d.tar.xz
samba-d1e911afd08971c6cf5429bda929663a5dd8f63d.zip
Fix stupid typo !
Jeremy.
Diffstat (limited to 'source')
-rw-r--r--source/lib/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/error.c b/source/lib/error.c
index e84cf3e29d3..e17cd79edab 100644
--- a/source/lib/error.c
+++ b/source/lib/error.c
@@ -30,7 +30,7 @@ struct unix_error_map unix_dos_nt_errmap[] = {
{ EIO, ERRHRD, ERRgeneral, NT_STATUS_IO_DEVICE_ERROR },
{ EBADF, ERRSRV, ERRsrverror, NT_STATUS_INVALID_HANDLE },
{ EINVAL, ERRSRV, ERRsrverror, NT_STATUS_INVALID_HANDLE },
- { EEXIST, ERRDOS, ERRfilexists, NT_STATUS_ACCESS_DENIED},
+ { EEXIST, ERRDOS, ERRfilexists, NT_STATUS_OBJECT_NAME_COLLISION},
{ ENFILE, ERRDOS, ERRnofids, NT_STATUS_TOO_MANY_OPENED_FILES },
{ EMFILE, ERRDOS, ERRnofids, NT_STATUS_TOO_MANY_OPENED_FILES },
{ ENOSPC, ERRHRD, ERRdiskfull, NT_STATUS_DISK_FULL },