On (15/06/15 16:47), Richard Allen Megginson wrote: > ldap/servers/slapd/libglobs.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >New commits: >commit a9263e3fa9d50d469e204fbc4581860c46e7d3b5 >Author: Rich Megginson <rmeggins@xxxxxxxxxx> >Date: Mon Jun 15 10:47:22 2015 -0600 > > fix build with nunc-stans > >diff --git a/ldap/servers/slapd/libglobs.c b/ldap/servers/slapd/libglobs.c >index 968f0f5..ddc6552 100644 >--- a/ldap/servers/slapd/libglobs.c >+++ b/ldap/servers/slapd/libglobs.c >@@ -1123,10 +1123,10 @@ static struct config_get_and_set { > (void**)&global_slapdFrontendConfig.maxsimplepaged_per_conn, > CONFIG_INT, (ConfigGetFunc)config_get_maxsimplepaged_per_conn, DEFAULT_MAXSIMPLEPAGED_PER_CONN_STR}, > #ifdef ENABLE_NUNC_STANS >- ,{CONFIG_ENABLE_NUNC_STANS, config_set_enable_nunc_stans, >+ {CONFIG_ENABLE_NUNC_STANS, config_set_enable_nunc_stans, > NULL, 0, > (void**)&global_slapdFrontendConfig.enable_nunc_stans, >- CONFIG_ON_OFF, (ConfigGetFunc)config_get_enable_nunc_stans, &init_enable_nunc_stans} >+ CONFIG_ON_OFF, (ConfigGetFunc)config_get_enable_nunc_stans, &init_enable_nunc_stans}, > #endif > #ifdef MEMPOOL_EXPERIMENTAL > ,{CONFIG_MEMPOOL_SWITCH_ATTRIBUTE, config_set_mempool_switch, If I read patch correctly then there will be the same problem with defined MEMPOOL_EXPERIMENTAL LS -- 389-devel mailing list 389-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/389-devel