]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9189 - initialize ldo_sasl_cbinding in LDAP_LDO_SASL_NULLARG
authorIsaac Boukris <iboukris@gmail.com>
Thu, 23 Apr 2020 20:47:32 +0000 (22:47 +0200)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 23 Apr 2020 22:28:51 +0000 (22:28 +0000)
Reported-by: Ryan Tandy @ryan
libraries/libldap/ldap-int.h

index c6c6891a9e307ca2a64e52352776757221eb7cfe..3364481159dc424f3ebaf3b58b2c61c61d7fe72e 100644 (file)
@@ -301,7 +301,7 @@ struct ldapoptions {
        /* SASL Security Properties */
        struct sasl_security_properties ldo_sasl_secprops;
        int ldo_sasl_cbinding;
-#define LDAP_LDO_SASL_NULLARG ,0,0,0,0,{0}
+#define LDAP_LDO_SASL_NULLARG ,0,0,0,0,{0},0
 #else
 #define LDAP_LDO_SASL_NULLARG
 #endif