Blame SOURCES/0001-discovery-fix.patch

43209f
From 08bac0946de29f3e5de90743ce6dfc7118d4ad20 Mon Sep 17 00:00:00 2001
43209f
From: Sumit Bose <sbose@redhat.com>
43209f
Date: Tue, 11 Feb 2020 17:42:03 +0100
43209f
Subject: [PATCH] discovery fix
43209f
43209f
Do not continue processing on closed connection.
43209f
43209f
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1802258
43209f
---
43209f
 library/addisco.c | 1 +
43209f
 1 file changed, 1 insertion(+)
43209f
43209f
diff --git a/library/addisco.c b/library/addisco.c
43209f
index 6e73ead..f3b3546 100644
43209f
--- a/library/addisco.c
43209f
+++ b/library/addisco.c
43209f
@@ -622,6 +622,7 @@ ldap_disco (const char *domain,
43209f
 			                            "Couldn't perform discovery search");
43209f
 			ldap_unbind_ext_s (ldap[i], NULL, NULL);
43209f
 			ldap[i] = NULL;
43209f
+			continue;
43209f
 		}
43209f
 
43209f
 		/* From https://msdn.microsoft.com/en-us/library/ff718294.aspx first
43209f
-- 
43209f
2.26.2
43209f