From c9feab8e6cff3e0fc6147da33b6a1706341c115c Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 11 Apr 2007 08:46:23 +0000 Subject: [PATCH] MDL-9286 Incorrect setting of defaults for rpc_negotiation_timeout ; merged from MOODLE_18_STABLE --- auth/mnet/config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/mnet/config.html b/auth/mnet/config.html index 070d07d3dd0..d85b9b304d9 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';