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); } /*
