Browse Source

fix build with nunc-stans

Rich Megginson 10 years ago
parent
commit
a9263e3fa9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ldap/servers/slapd/libglobs.c

+ 2 - 2
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,