From bbee21a2b99ebd1eca24d0a3d48c998747d68fdc Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 13 Feb 2012 08:47:44 -0500 Subject: Add missing breaks to switch statements Coverity #12525 and #12524 --- src/providers/ldap/ldap_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/providers/ldap/ldap_common.c') diff --git a/src/providers/ldap/ldap_common.c b/src/providers/ldap/ldap_common.c index c92eb282..4f78313b 100644 --- a/src/providers/ldap/ldap_common.c +++ b/src/providers/ldap/ldap_common.c @@ -742,6 +742,7 @@ errno_t sdap_parse_search_base(TALLOC_CTX *mem_ctx, break; case SDAP_SERVICE_SEARCH_BASE: class_name = "SERVICE"; + break; case SDAP_AUTOFS_SEARCH_BASE: class_name = "AUTOFS"; break; -- cgit