svn commit: samba r8057 - in branches/SAMBA_4_0/source/librpc/rpc: .

tridge at samba.org tridge at samba.org
Fri Jul 1 12:22:50 GMT 2005


Author: tridge
Date: 2005-07-01 12:22:50 +0000 (Fri, 01 Jul 2005)
New Revision: 8057

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8057

Log:
use our defined push/pull types in the validate code (fixes a warning)



Modified:
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc.c	2005-07-01 12:20:24 UTC (rev 8056)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc.c	2005-07-01 12:22:50 UTC (rev 8057)
@@ -1134,8 +1134,8 @@
 					TALLOC_CTX *mem_ctx,
 					void *struct_ptr,
 					size_t struct_size,
-					NTSTATUS (*ndr_push)(struct ndr_push *, int, void *),
-					NTSTATUS (*ndr_pull)(struct ndr_pull *, int, void *))
+					ndr_push_flags_fn_t ndr_push,
+					ndr_pull_flags_fn_t ndr_pull)
 {
 	void *st;
 	struct ndr_pull *pull;



More information about the samba-cvs mailing list