>From 8b1f4871576c41bf6a6ab496839d8eba9e8cfb7e Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 1 Sep 2015 08:22:02 +0200 Subject: [PATCH 1/6] Revert "LDAP: end on ENOMEM" This reverts commit f31a57321fc0a2390bb0d6030053c49787e5e587. It blockedreverting commit e2e334b2f51118cb14c7391c4e4e44ff247ef638. --- src/providers/ldap/ldap_id_cleanup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/providers/ldap/ldap_id_cleanup.c b/src/providers/ldap/ldap_id_cleanup.c index 0cbcf04791abe701d335523302e5c1f1afacc716..0a2b23297f5feaee30b75b31a9b2fd9a0a2a6f23 100644 --- a/src/providers/ldap/ldap_id_cleanup.c +++ b/src/providers/ldap/ldap_id_cleanup.c @@ -466,7 +466,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 */ -- 2.5.0