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