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

metze at samba.org metze at samba.org
Sat Dec 9 14:49:17 GMT 2006


Author: metze
Date: 2006-12-09 14:49:17 +0000 (Sat, 09 Dec 2006)
New Revision: 20094

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

Log:
this should be non-const

metze
Modified:
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2006-12-09 13:54:30 UTC (rev 20093)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2006-12-09 14:49:17 UTC (rev 20094)
@@ -232,7 +232,7 @@
 /*
   form a binding string from a binding structure
 */
-const char *dcerpc_binding_string(TALLOC_CTX *mem_ctx, const struct dcerpc_binding *b)
+char *dcerpc_binding_string(TALLOC_CTX *mem_ctx, const struct dcerpc_binding *b)
 {
 	char *s = talloc_strdup(mem_ctx, "");
 	int i;



More information about the samba-cvs mailing list