MXS-2220 Move server_update_address inside class
Should be moved to internal class once blr is cleaned up.
This commit is contained in:
		@ -3206,7 +3206,7 @@ void blr_master_set_config(ROUTER_INSTANCE* inst, const ChangeMasterConfig& conf
 | 
			
		||||
 | 
			
		||||
    if (!config.host.empty())
 | 
			
		||||
    {
 | 
			
		||||
        server_update_address(backend_server, config.host.c_str());
 | 
			
		||||
        backend_server->server_update_address(config.host);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (config.port)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user