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

vlendec at samba.org vlendec at samba.org
Thu Jun 9 08:45:01 GMT 2005


Author: vlendec
Date: 2005-06-09 08:45:01 +0000 (Thu, 09 Jun 2005)
New Revision: 7430

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

Log:
Next step in AIX build
Modified:
   branches/SAMBA_4_0/source/libcli/composite/connect.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/composite/connect.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/composite/connect.c	2005-06-09 08:27:15 UTC (rev 7429)
+++ branches/SAMBA_4_0/source/libcli/composite/connect.c	2005-06-09 08:45:01 UTC (rev 7430)
@@ -308,7 +308,7 @@
 {
 	struct composite_context *c = talloc_get_type(req->async.private, 
 						     struct composite_context);
-	return state_handler(c);
+	state_handler(c);
 }
 
 /*
@@ -318,7 +318,7 @@
 {
 	struct composite_context *c = talloc_get_type(req->async.private, 
 						     struct composite_context);
-	return state_handler(c);
+	state_handler(c);
 }
 
 /*



More information about the samba-cvs mailing list