s4-dsdb: Make it clear that we want to fall trough here.
authorAndreas Schneider <asn@samba.org>
Tue, 18 Dec 2012 15:39:40 +0000 (16:39 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 21 Dec 2012 12:56:01 +0000 (13:56 +0100)
Found by Coverity.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
source4/dsdb/samdb/cracknames.c

index f136dec7fa8a78ecc74df0255b5474f8e88ed679..bcf82c62388fb0c46839913b83c208e7e73ac80b 100644 (file)
@@ -1029,6 +1029,7 @@ static WERROR DsCrackNameOneFilter(struct ldb_context *sam_ctx, TALLOC_CTX *mem_
                                return WERR_OK;
                        }
                }
+               /* FALL TROUGH */
                default:
                        info1->status = DRSUAPI_DS_NAME_STATUS_NOT_UNIQUE;
                        return WERR_OK;