summaryrefslogtreecommitdiff
path: root/src/providers/ldap/ldap_id_cleanup.c
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-07 23:39:50 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 10:53:02 +0100
commita58ccee5afc802c7560624929614616aeefa9bd0 (patch)
treec007a5d2faaa1978740419e5978ce227b7b81640 /src/providers/ldap/ldap_id_cleanup.c
parent2b7ee2a760e7fcc70f4970a3bbee6fbf8f2ccb9d (diff)
downloadsssd-a58ccee5afc802c7560624929614616aeefa9bd0.tar.gz
sssd-a58ccee5afc802c7560624929614616aeefa9bd0.tar.bz2
sssd-a58ccee5afc802c7560624929614616aeefa9bd0.zip
Add domain argument to sysdb_delete_group()
Also remove sysdb_delete_domgroup()
Diffstat (limited to 'src/providers/ldap/ldap_id_cleanup.c')
-rw-r--r--src/providers/ldap/ldap_id_cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/ldap_id_cleanup.c b/src/providers/ldap/ldap_id_cleanup.c
index 103cca97..b220069a 100644
--- a/src/providers/ldap/ldap_id_cleanup.c
+++ b/src/providers/ldap/ldap_id_cleanup.c
@@ -479,7 +479,7 @@ static int cleanup_groups(TALLOC_CTX *memctx,
}
DEBUG(8, ("About to delete group %s\n", name));
- ret = sysdb_delete_group(sysdb, name, 0);
+ ret = sysdb_delete_group(sysdb, domain, name, 0);
if (ret) {
DEBUG(2, ("Group delete returned %d (%s)\n",
ret, strerror(ret)));