Fix bridge->restart_t won't be reset

Signed-off-by: YuLun Shih <shih@yulun.me>
This commit is contained in:
YuLun Shih
2017-05-05 22:02:05 +01:00
committed by Roger A. Light
parent a93a0c9bb1
commit 97572610c0
+1 -1
View File
@@ -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 */