From 9c563db822758732b25a3c8c61ffac90a7deffc3 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 1 Sep 2015 08:22:02 +0200 Subject: Revert "LDAP: end on ENOMEM" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f31a57321fc0a2390bb0d6030053c49787e5e587. It blocked reverting commit e2e334b2f51118cb14c7391c4e4e44ff247ef638. Reviewed-by: Pavel Březina --- src/providers/ldap/ldap_id_cleanup.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 */ -- cgit