MXS-2586: Fix users_refresh_time

The default value was not assigned on startup.
This commit is contained in:
Markus Mäkelä 2019-07-03 11:15:21 +03:00
parent a3bbba0a3d
commit 2d77a361f2
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -2844,6 +2844,7 @@ void config_set_global_defaults()
gateway.passive = false;
gateway.promoted_at = 0;
gateway.load_persisted_configs = true;
gateway.users_refresh_time = USERS_REFRESH_TIME_DEFAULT;
gateway.peer_hosts[0] = '\0';
gateway.peer_user[0] = '\0';