diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/update_checker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/update_checker.cc b/src/lib/update_checker.cc index 704b7b497..3bc02b50a 100644 --- a/src/lib/update_checker.cc +++ b/src/lib/update_checker.cc @@ -136,7 +136,7 @@ UpdateChecker::thread () int r = curl_easy_perform (_curl); if (r != CURLE_OK) { set_state (State::FAILED); - return; + continue; } /* Parse the reply */ |
