svn commit: samba r15849 - in branches/SAMBA_4_0/source/libnet: .

tridge at samba.org tridge at samba.org
Wed May 24 05:17:04 GMT 2006


Author: tridge
Date: 2006-05-24 05:17:03 +0000 (Wed, 24 May 2006)
New Revision: 15849

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

Log:

ensure we don't try to talloc_steal() an invalid error_string in
r->out on error

Modified:
   branches/SAMBA_4_0/source/libnet/libnet_user.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_user.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_user.c	2006-05-24 04:02:14 UTC (rev 15848)
+++ branches/SAMBA_4_0/source/libnet/libnet_user.c	2006-05-24 05:17:03 UTC (rev 15849)
@@ -64,6 +64,7 @@
 
 	s->ctx = ctx;
 	s->r   = *r;
+	ZERO_STRUCT(s->r.out);
 
 	if (s->r.in.domain_name == NULL) {
 		



More information about the samba-cvs mailing list