svn commit: samba r19395 - in branches/SAMBA_4_0/source/lib/replace: .

jelmer at samba.org jelmer at samba.org
Wed Oct 18 16:40:55 GMT 2006


Author: jelmer
Date: 2006-10-18 16:40:55 +0000 (Wed, 18 Oct 2006)
New Revision: 19395

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

Log:
Fix replacement function compilation.

Modified:
   branches/SAMBA_4_0/source/lib/replace/replace.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.c
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.c	2006-10-18 16:09:42 UTC (rev 19394)
+++ branches/SAMBA_4_0/source/lib/replace/replace.c	2006-10-18 16:40:55 UTC (rev 19395)
@@ -608,6 +608,6 @@
 		return -1;
 	}
 
-	return pipe(sock);
+	return pipe(sv);
 }
 #endif



More information about the samba-cvs mailing list