svn commit: samba r7433 - in branches/SAMBA_4_0/source/libcli/composite: .

vlendec at samba.org vlendec at samba.org
Thu Jun 9 09:46:46 GMT 2005


Author: vlendec
Date: 2005-06-09 09:46:46 +0000 (Thu, 09 Jun 2005)
New Revision: 7433

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

Log:
Another little AIX one...
Modified:
   branches/SAMBA_4_0/source/libcli/composite/fetchfile.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/composite/fetchfile.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/composite/fetchfile.c	2005-06-09 09:32:07 UTC (rev 7432)
+++ branches/SAMBA_4_0/source/libcli/composite/fetchfile.c	2005-06-09 09:46:46 UTC (rev 7433)
@@ -117,7 +117,7 @@
 {
 	struct composite_context *c = talloc_get_type(req->async.private, 
 						     struct composite_context);
-	return fetchfile_state_handler(c);
+	fetchfile_state_handler(c);
 }
 
 struct composite_context *smb_composite_fetchfile_send(struct smb_composite_fetchfile *io,



More information about the samba-cvs mailing list