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

metze at samba.org metze at samba.org
Fri Dec 15 23:00:26 GMT 2006


Author: metze
Date: 2006-12-15 23:00:24 +0000 (Fri, 15 Dec 2006)
New Revision: 20198

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

Log:
let the IBM checker ignore the warning about a missing break
statement...

metze
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-12-15 22:58:06 UTC (rev 20197)
+++ branches/SAMBA_4_0/source/lib/ldb/modules/asq.c	2006-12-15 23:00:24 UTC (rev 20198)
@@ -387,7 +387,8 @@
 		/* no break nor return,
 		 * the set of requests is performed in ASQ_SEARCH_MULTI
 		 */
-		
+		/* fall through */
+
 	case ASQ_SEARCH_MULTI:
 
 		if (ac->reqs[ac->cur_req]->handle == NULL) {



More information about the samba-cvs mailing list