summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.c
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-02-13 08:47:44 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-02-13 11:54:53 -0500
commitbbee21a2b99ebd1eca24d0a3d48c998747d68fdc (patch)
treec8c668be6ea1e247c698670ecd63ec0f6fa5cd97 /src/providers/ldap/ldap_common.c
parentd504e6bfe8a88ea41a72b0f379e21368f7cf4cdd (diff)
downloadsssd-bbee21a2b99ebd1eca24d0a3d48c998747d68fdc.tar.gz
sssd-bbee21a2b99ebd1eca24d0a3d48c998747d68fdc.tar.xz
sssd-bbee21a2b99ebd1eca24d0a3d48c998747d68fdc.zip
Add missing breaks to switch statements
Coverity #12525 and #12524
Diffstat (limited to 'src/providers/ldap/ldap_common.c')
-rw-r--r--src/providers/ldap/ldap_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.c b/src/providers/ldap/ldap_common.c
index c92eb282a..4f78313bc 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;