Loading modules/ldap/util_ldap.c +1 −1 Changes for modules/ldap/util_ldap.c: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -1612,7 +1612,7 @@ static const char *util_ldap_set_connection_timeout(cmd_parms *cmd, void *dummy, "[%d] ldap connection: Setting connection timeout to %ld seconds.", getpid(), st->connectionTimeout); #else ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, s, ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, cmd->server, "LDAP: Connection timout option not supported by the LDAP SDK in use." ); #endif Loading Loading
modules/ldap/util_ldap.c +1 −1 Changes for modules/ldap/util_ldap.c: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -1612,7 +1612,7 @@ static const char *util_ldap_set_connection_timeout(cmd_parms *cmd, void *dummy, "[%d] ldap connection: Setting connection timeout to %ld seconds.", getpid(), st->connectionTimeout); #else ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, s, ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, cmd->server, "LDAP: Connection timout option not supported by the LDAP SDK in use." ); #endif Loading