[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Wed Mar 10 13:01:28 MST 2010


The branch, master has been updated
       via  61bf804... Ñ•4: EDQUOT needs to be mapped to NT_STATUS_DISK_FULL
      from  ec68434... s4:libnet - change variables to "unsigned" where needed

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 61bf804e8f8d7b43ff7b31b119fb988b30a7e54a
Author: Björn Jacke <bj at sernet.de>
Date:   Wed Mar 10 20:58:16 2010 +0100

    Ñ•4: EDQUOT needs to be mapped to NT_STATUS_DISK_FULL

-----------------------------------------------------------------------

Summary of changes:
 source4/libcli/util/errormap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/libcli/util/errormap.c b/source4/libcli/util/errormap.c
index 930e45b..c314195 100644
--- a/source4/libcli/util/errormap.c
+++ b/source4/libcli/util/errormap.c
@@ -1321,7 +1321,7 @@ const struct unix_error_map unix_nt_errmap[] = {
 	{ ENODATA,      NT_STATUS_NOT_FOUND },
 #endif
 #ifdef EDQUOT
-	{ EDQUOT,       NT_STATUS_QUOTA_EXCEEDED },
+	{ EDQUOT,       NT_STATUS_DISK_FULL }, /* Windows does NOT return NT_STATUS_QUOTA_EXCEEDED */
 #endif
 #ifdef ENOTEMPTY
 	{ ENOTEMPTY,    NT_STATUS_DIRECTORY_NOT_EMPTY },


-- 
Samba Shared Repository


More information about the samba-cvs mailing list