Skip to content

Commit b461a0b

Browse files
authored
Merge pull request #469 from pennam/zak-warn
fix: Warnings
2 parents 2c65e9b + 461025b commit b461a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/utility/time/TimeService.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ bool TimeServiceClass::connected()
281281
if(_con_hdl == nullptr) {
282282
return false;
283283
} else {
284-
return _con_hdl->getStatus() == NetworkConnectionState::CONNECTED;
284+
return _con_hdl->check() == NetworkConnectionState::CONNECTED;
285285
}
286286
}
287287

0 commit comments

Comments
 (0)