The branch, master has been updated
       via  df145c33822f1fc77e2602709a75c2eac71abab3 (commit)
      from  67d12e9c6bc9e34ecc335ddfc85fc59ed9167b68 (commit)

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


- Log -----------------------------------------------------------------
commit df145c33822f1fc77e2602709a75c2eac71abab3
Author: Stefan Metzmacher <me...@samba.org>
Date:   Fri Mar 6 07:15:13 2009 +0100

    s4:errormap: map ECANCELED to NT_STATUS_CANCELLED
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source4/libcli/util/errormap.c b/source4/libcli/util/errormap.c
index 0185e66..930e45b 100644
--- a/source4/libcli/util/errormap.c
+++ b/source4/libcli/util/errormap.c
@@ -1356,6 +1356,10 @@ const struct unix_error_map unix_nt_errmap[] = {
 #ifdef ENOSYS
        { ENOSYS,       NT_STATUS_INVALID_SYSTEM_SERVICE },
 #endif
+#ifdef ECANCELED
+       { ECANCELED,    NT_STATUS_CANCELLED },
+#endif
+
        { 0, NT_STATUS_UNSUCCESSFUL }
 };
 


-- 
Samba Shared Repository

Reply via email to