From: skodak Date: Wed, 11 Apr 2007 08:46:23 +0000 (+0000) Subject: MDL-9286 Incorrect setting of defaults for rpc_negotiation_timeout ; merged from... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c9feab8e6cff3e0fc6147da33b6a1706341c115c;p=moodle.git MDL-9286 Incorrect setting of defaults for rpc_negotiation_timeout ; merged from MOODLE_18_STABLE --- diff --git a/auth/mnet/config.html b/auth/mnet/config.html index 070d07d3dd..d85b9b304d 100644 --- a/auth/mnet/config.html +++ b/auth/mnet/config.html @@ -2,7 +2,7 @@ // set to defaults if undefined if (!isset($config->rpc_negotiation_timeout)) { - $config->host = '30'; + $config->rpc_negotiation_timeout = '30'; } if (!isset ($config->auto_add_remote_users)) { $config->auto_add_remote_users = '0';