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

jelmer at samba.org jelmer at samba.org
Tue Mar 22 00:26:27 GMT 2005


Author: jelmer
Date: 2005-03-22 00:26:27 +0000 (Tue, 22 Mar 2005)
New Revision: 5930

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

Log:
Fix initialisation of dcerpc_binding->authservice

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	2005-03-21 23:35:58 UTC (rev 5929)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2005-03-22 00:26:27 UTC (rev 5930)
@@ -335,6 +335,8 @@
 		return NT_STATUS_NO_MEMORY;
 	}
 
+	b->authservice = NULL;
+
 	p = strchr(s, '@');
 
 	if (p && PTR_DIFF(p, s) == 36) { /* 36 is the length of a UUID */



More information about the samba-cvs mailing list