diff options
Diffstat (limited to 'src/ClockTAI.cpp')
-rw-r--r-- | src/ClockTAI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClockTAI.cpp b/src/ClockTAI.cpp index bdef901..b2a3e87 100644 --- a/src/ClockTAI.cpp +++ b/src/ClockTAI.cpp @@ -97,7 +97,7 @@ int ClockTAI::get_valid_offset() else { for (const auto url : {tai_ietf_url, tai_tz_url}) { try { - download_tai_utc_bulletin(tai_ietf_url); + download_tai_utc_bulletin(url); #if TEST etiLog.level(info) << "Load bulletin from " << url; #endif |