Blame SOURCES/openldap-cbinding-ITS-9189_3-initialize-ldo_sasl_cbinding-in-LDAP_LDO_SA.patch

ad145f
From 4cac398b19c21ad56949ef7e67e285c6c8e7ecea Mon Sep 17 00:00:00 2001
ad145f
From: Isaac Boukris <iboukris@gmail.com>
ad145f
Date: Thu, 23 Apr 2020 22:47:32 +0200
ad145f
Subject: [PATCH] ITS#9189 - initialize ldo_sasl_cbinding in
ad145f
 LDAP_LDO_SASL_NULLARG
ad145f
ad145f
Reported-by: Ryan Tandy @ryan
ad145f
---
ad145f
 libraries/libldap/ldap-int.h | 2 +-
ad145f
 1 file changed, 1 insertion(+), 1 deletion(-)
ad145f
ad145f
diff --git a/libraries/libldap/ldap-int.h b/libraries/libldap/ldap-int.h
ad145f
index c6c6891a9..336448115 100644
ad145f
--- a/libraries/libldap/ldap-int.h
ad145f
+++ b/libraries/libldap/ldap-int.h
ad145f
@@ -301,7 +301,7 @@ struct ldapoptions {
ad145f
 	/* SASL Security Properties */
ad145f
 	struct sasl_security_properties	ldo_sasl_secprops;
ad145f
 	int ldo_sasl_cbinding;
ad145f
-#define LDAP_LDO_SASL_NULLARG ,0,0,0,0,{0}
ad145f
+#define LDAP_LDO_SASL_NULLARG ,0,0,0,0,{0},0
ad145f
 #else
ad145f
 #define LDAP_LDO_SASL_NULLARG
ad145f
 #endif
ad145f
-- 
ad145f
2.26.2
ad145f