From 87127ca813ee7bdc5b191a0d3e814be3deebaae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Tue, 8 Sep 2015 22:37:41 +0000 Subject: [PATCH] Fix bug #376 Closes #376 --- lib/ProxySQL_Admin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ProxySQL_Admin.cpp b/lib/ProxySQL_Admin.cpp index 124a1bb0f..51aadc2bc 100644 --- a/lib/ProxySQL_Admin.cpp +++ b/lib/ProxySQL_Admin.cpp @@ -2882,7 +2882,7 @@ int ProxySQL_Admin::Read_MySQL_Users_from_configfile() { int max_connections=10000; if (user.lookupValue("username", username)==false) continue; user.lookupValue("password", password); - user.lookupValue("hostgroup", default_hostgroup); + user.lookupValue("default_hostgroup", default_hostgroup); user.lookupValue("active", active); //if (user.lookupValue("default_schema", default_schema)==false) default_schema=""; user.lookupValue("default_schema", default_schema);