summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-09-01 08:22:02 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-09-18 17:20:28 +0200
commit9c563db822758732b25a3c8c61ffac90a7deffc3 (patch)
tree771e82b10ebe4ef49156073693550d40fc5e6e5f
parent295c8e301e31f9bf27d921f80c14dfa5864b2383 (diff)
downloadsssd-9c563db822758732b25a3c8c61ffac90a7deffc3.tar.gz
sssd-9c563db822758732b25a3c8c61ffac90a7deffc3.tar.xz
sssd-9c563db822758732b25a3c8c61ffac90a7deffc3.zip
Revert "LDAP: end on ENOMEM"
This reverts commit f31a57321fc0a2390bb0d6030053c49787e5e587. It blocked reverting commit e2e334b2f51118cb14c7391c4e4e44ff247ef638. Reviewed-by: Pavel Březina <pbrezina@redhat.com>
-rw-r--r--src/providers/ldap/ldap_id_cleanup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/ldap/ldap_id_cleanup.c b/src/providers/ldap/ldap_id_cleanup.c
index 386a9025d..43df5b83b 100644
--- a/src/providers/ldap/ldap_id_cleanup.c
+++ b/src/providers/ldap/ldap_id_cleanup.c
@@ -517,7 +517,6 @@ get_group_dn_with_filter_sanitized_name(TALLOC_CTX *mem_ctx,
tmp_ctx = talloc_new(NULL);
if (tmp_ctx == NULL) {
ret = ENOMEM;
- goto done;
}
/* sanitize group name */