svn commit: samba r19185 - in branches/SAMBA_3_0/source/lib/ldb/modules: .

metze at samba.org metze at samba.org
Mon Oct 9 07:24:00 GMT 2006


Author: metze
Date: 2006-10-09 07:24:00 +0000 (Mon, 09 Oct 2006)
New Revision: 19185

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

Log:
merge comment from samba4

metze
Modified:
   branches/SAMBA_3_0/source/lib/ldb/modules/asq.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/ldb/modules/asq.c
===================================================================
--- branches/SAMBA_3_0/source/lib/ldb/modules/asq.c	2006-10-09 07:17:37 UTC (rev 19184)
+++ branches/SAMBA_3_0/source/lib/ldb/modules/asq.c	2006-10-09 07:24:00 UTC (rev 19185)
@@ -370,6 +370,10 @@
 
 		ret = asq_requests(handle);
 
+		/* no break nor return,
+		 * the set of requests is performed in ASQ_SEARCH_MULTI
+		 */
+		
 	case ASQ_SEARCH_MULTI:
 
 		if (ac->reqs[ac->cur_req]->handle == NULL) {



More information about the samba-cvs mailing list