[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Sun May 9 02:24:20 MDT 2010


The branch, master has been updated
       via  f1974fb... librpc:dcerpc_error.c - fix a warning
      from  ecc3413... s3-libsmb: fix argument order for tevent_req_default_print in cli_pull_print().

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


- Log -----------------------------------------------------------------
commit f1974fbdf975fbbed15ce223efa629a74c902b3b
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Fri May 7 23:51:06 2010 +0200

    librpc:dcerpc_error.c - fix a warning

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

Summary of changes:
 librpc/rpc/dcerpc_error.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/librpc/rpc/dcerpc_error.c b/librpc/rpc/dcerpc_error.c
index 713e32e..b4289db 100644
--- a/librpc/rpc/dcerpc_error.c
+++ b/librpc/rpc/dcerpc_error.c
@@ -61,7 +61,7 @@ static const struct dcerpc_fault_table dcerpc_faults[] =
 	_FAULT_STR(DCERPC_NCA_S_FAULT_REMOTE_COMM_FAILURE),
 	_FAULT_STR(DCERPC_NCA_S_FAULT_PIPE_EMPTY),
 	_FAULT_STR(DCERPC_NCA_S_FAULT_PIPE_CLOSED),
-	_FAULT_STR(DCERPC_NCA_S_FAULT_PIPE_ORDER	),
+	_FAULT_STR(DCERPC_NCA_S_FAULT_PIPE_ORDER),
 	_FAULT_STR(DCERPC_NCA_S_FAULT_PIPE_DISCIPLINE),
 	_FAULT_STR(DCERPC_NCA_S_FAULT_PIPE_COMM_ERROR),
 	_FAULT_STR(DCERPC_NCA_S_FAULT_PIPE_MEMORY),
@@ -77,7 +77,7 @@ static const struct dcerpc_fault_table dcerpc_faults[] =
 	_FAULT_STR(DCERPC_NCA_S_FAULT_CODESET_CONV_ERROR),
 	_FAULT_STR(DCERPC_NCA_S_FAULT_OBJECT_NOT_FOUND),
 	_FAULT_STR(DCERPC_NCA_S_FAULT_NO_CLIENT_STUB),
-	_FAULT_STR(NULL),
+	{ NULL, 0 }
 #undef _FAULT_STR
 };
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list