Merge branch 'v0.19.x'

This commit is contained in:
Max Kellermann
2014-12-15 00:46:56 +01:00
8 changed files with 190 additions and 25 deletions

View File

@@ -146,6 +146,7 @@ private:
const ScopeLock protect(mutex);
state = _state;
last_error.Clear();
last_error.Set(error);
cond.broadcast();
}