svn commit: samba r19129 - in branches/SAMBA_4_0/source/lib/ldb/modules: .

idra at samba.org idra at samba.org
Fri Oct 6 13:47:54 GMT 2006


Author: idra
Date: 2006-10-06 13:47:52 +0000 (Fri, 06 Oct 2006)
New Revision: 19129

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

Log:

Add comment to clarify behavior


Modified:
   branches/SAMBA_4_0/source/lib/ldb/modules/asq.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/modules/asq.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/modules/asq.c	2006-10-06 13:23:42 UTC (rev 19128)
+++ branches/SAMBA_4_0/source/lib/ldb/modules/asq.c	2006-10-06 13:47:52 UTC (rev 19129)
@@ -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