[389-commits] ldap/servers

Noriko Hosoi nhosoi at fedoraproject.org
Wed Jun 10 04:18:56 UTC 2015


 ldap/servers/slapd/libglobs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 37eca99e53144274efed4f0eb7ce2a3f05e10f81
Author: Noriko Hosoi <nhosoi at redhat.com>
Date:   Tue Jun 9 21:10:46 2015 -0700

    Ticket #48191 - RFE: Adding nsslapd-maxsimplepaged-per-conn Adding nsslapd-maxsimplepaged-per-conn
    
    Description: Fixing an error reported by the jenkins test, which was introduced
    by commit 54a680b74f2995f3476c19fc80ddf514a5711930.

diff --git a/ldap/servers/slapd/libglobs.c b/ldap/servers/slapd/libglobs.c
index 3b53f32..d68ec33 100644
--- a/ldap/servers/slapd/libglobs.c
+++ b/ldap/servers/slapd/libglobs.c
@@ -1136,7 +1136,7 @@ static struct config_get_and_set {
 	{CONFIG_MAXSIMPLEPAGED_PER_CONN_ATTRIBUTE, config_set_maxsimplepaged_per_conn,
 		NULL, 0,
 		(void**)&global_slapdFrontendConfig.maxsimplepaged_per_conn,
-		CONFIG_INT, config_get_maxsimplepaged_per_conn, DEFAULT_MAXSIMPLEPAGED_PER_CONN_STR},
+		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,
 		NULL, 0,




More information about the 389-commits mailing list