Merge pull request #2157 from abiliojr/fix_stranded_bridge_conf_reload

bridge: enable reload of bridge_bind_address
pull/2215/head
Roger Light 4 years ago committed by GitHub
commit b950f53b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1007,7 +1007,6 @@ static int config__read_file_core(struct mosquitto__config *config, bool reload,
#endif
}else if(!strcmp(token, "bridge_bind_address")){
#if defined(WITH_BRIDGE) && defined(WITH_TLS)
if(reload) continue; /* FIXME */
if(!cur_bridge){
log__printf(NULL, MOSQ_LOG_ERR, "Error: Invalid bridge configuration.");
return MOSQ_ERR_INVAL;

Loading…
Cancel
Save