Merge branch '2.2' into develop

This commit is contained in:
Esa Korhonen
2018-09-03 10:48:26 +03:00

View File

@ -2224,7 +2224,7 @@ handle_global_item(const char *name, const char *value)
int intval = strtol(value, &endptr, 0);
if (*endptr == '\0' && intval > 0)
{
gateway.query_retries = intval;
gateway.query_retry_timeout = intval;
}
else
{