From e30a736354928ed7a3bd9ad84972a46a945be1fc Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 29 Nov 2003 17:50:50 +0000 Subject: [PATCH] clarify auxprop_store member type --- servers/slapd/sasl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servers/slapd/sasl.c b/servers/slapd/sasl.c index 42bc53b43f..bdd0189905 100644 --- a/servers/slapd/sasl.c +++ b/servers/slapd/sasl.c @@ -581,7 +581,8 @@ static sasl_auxprop_plug_t slap_auxprop_plugin = { NULL, /* auxprop_free */ slap_auxprop_lookup, "slapd", /* name */ - slap_auxprop_store + slap_auxprop_store /* the declaration of this member changed + * in cyrus SASL from 2.1.15 to 2.1.16 */ }; static int -- 2.39.5