Merge branch 'master' of github.com:emonty/upgraded-octo-giggle

This commit is contained in:
James E. Blair 2019-02-11 07:25:07 -08:00
commit aa1cd8ed1c
1 changed files with 1 additions and 2 deletions

View File

@ -104,8 +104,7 @@ int main(int, char**)
// site.688b70499b9a41a08f498ed6e932960c.openstack
// site.dbefc23dcc594577a8bfa4db4f9b0a8f.openstack
auto val = cache.get(hostname);
if (val.has_value()) {
if (auto val = cache.get(hostname)) {
cout << val.value() << endl;
continue;
}