Fix bridge->restart_t won't be reset

Signed-off-by: YuLun Shih <shih@yulun.me>
pull/196/merge
YuLun Shih 9 years ago committed by Roger A. Light
parent a93a0c9bb1
commit 97572610c0

@ -246,7 +246,7 @@ int mosquitto_main_loop(struct mosquitto_db *db, mosq_sock_t *listensock, int li
}else{
if((context->bridge->start_type == bst_lazy && context->bridge->lazy_reconnect)
|| (context->bridge->start_type == bst_automatic && now > context->bridge->restart_t)){
context->bridge->restart_t = 0;
#if defined(__GLIBC__) && defined(WITH_ADNS)
if(context->adns){
/* Waiting on DNS lookup */

Loading…
Cancel
Save