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

vlendec at samba.org vlendec at samba.org
Thu Jun 9 10:33:20 GMT 2005


Author: vlendec
Date: 2005-06-09 10:33:20 +0000 (Thu, 09 Jun 2005)
New Revision: 7435

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

Log:
Another little step, sorry for the spam... :-)
Modified:
   branches/SAMBA_4_0/source/libcli/composite/fsinfo.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/composite/fsinfo.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/composite/fsinfo.c	2005-06-09 09:48:43 UTC (rev 7434)
+++ branches/SAMBA_4_0/source/libcli/composite/fsinfo.c	2005-06-09 10:33:20 UTC (rev 7435)
@@ -111,14 +111,14 @@
 {
 	struct composite_context *c = talloc_get_type(req->async.private, 
 						      struct composite_context);
-	return fsinfo_state_handler(c);
+	fsinfo_state_handler(c);
 }
 
 static void fsinfo_composite_handler(struct composite_context *req)
 {
 	struct composite_context *c = talloc_get_type(req->async.private, 
 						      struct composite_context);
-	return fsinfo_state_handler(c);
+	fsinfo_state_handler(c);
 }
 
 /*



More information about the samba-cvs mailing list