svn commit: samba r21939 - in branches/SAMBA_3_0/source/libsmb: .

jra at samba.org jra at samba.org
Thu Mar 22 19:41:20 GMT 2007


Author: jra
Date: 2007-03-22 19:41:17 +0000 (Thu, 22 Mar 2007)
New Revision: 21939

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

Log:
Fix missing initialization that
broke the build farm. Thanks to
Metze for the heads up.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/libsmb/clientgen.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/clientgen.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/clientgen.c	2007-03-22 19:14:17 UTC (rev 21938)
+++ branches/SAMBA_3_0/source/libsmb/clientgen.c	2007-03-22 19:41:17 UTC (rev 21939)
@@ -166,7 +166,7 @@
 	size_t len;
 	size_t nwritten=0;
 	ssize_t ret;
-	char *buf_out;
+	char *buf_out = cli->outbuf;
 
 	/* fd == -1 causes segfaults -- Tom (tom at ninja.nl) */
 	if (cli->fd == -1) {



More information about the samba-cvs mailing list