summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.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/sdap.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/sdap.c')
-rw-r--r--src/providers/ldap/sdap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.c b/src/providers/ldap/sdap.c
index 3ac19498a..9e052eef5 100644
--- a/src/providers/ldap/sdap.c
+++ b/src/providers/ldap/sdap.c
@@ -733,6 +733,7 @@ static errno_t sdap_set_search_base(struct sdap_options *opts,
break;
case SDAP_SERVICE_SEARCH_BASE:
bases = &opts->service_search_bases;
+ break;
case SDAP_AUTOFS_SEARCH_BASE:
bases = &opts->autofs_search_bases;
break;