fix copy-paste error in timesync

This commit is contained in:
Kazuki Miyahara
2020-10-23 16:49:37 +09:00
parent 2c68829af6
commit 221be0adc7

View File

@@ -98,7 +98,7 @@ void TimeSync::StopTimesync() {
t_poll_state_ = nullptr;
}
if (t_poll_state_) {
if (t_poll_data_) {
t_poll_data_->join();
t_poll_data_ = nullptr;
}