Blame SOURCES/0039-Ticket-49231-Fix-backport-issue-part2.patch

6f51e1
From fe06dee8f346a8d8ded338bb5080c4cd3b230eef Mon Sep 17 00:00:00 2001
6f51e1
From: Mark Reynolds <mreynolds@redhat.com>
6f51e1
Date: Fri, 5 May 2017 18:33:36 -0400
6f51e1
Subject: [PATCH] Ticket 49231 - Fix backport issue (part2)
6f51e1
6f51e1
---
6f51e1
 ldap/servers/slapd/saslbind.c | 2 +-
6f51e1
 1 file changed, 1 insertion(+), 1 deletion(-)
6f51e1
6f51e1
diff --git a/ldap/servers/slapd/saslbind.c b/ldap/servers/slapd/saslbind.c
6f51e1
index 8d23c52..75b83fe 100644
6f51e1
--- a/ldap/servers/slapd/saslbind.c
6f51e1
+++ b/ldap/servers/slapd/saslbind.c
6f51e1
@@ -773,7 +773,7 @@ char **ids_sasl_listmech(Slapi_PBlock *pb)
6f51e1
             /* merge into result set */
6f51e1
             dupstr = slapi_ch_strdup(str);
6f51e1
             others = slapi_str2charray_ext(dupstr, ",", 0 /* don't list duplicate mechanisms */);
6f51e1
-            charray_merge(&ret, others, 1);
6f51e1
+            charray_merge(&sup_ret, others, 1);
6f51e1
             charray_free(others);
6f51e1
             slapi_ch_free((void**)&dupstr);
6f51e1
         }
6f51e1
-- 
6f51e1
2.9.3
6f51e1