aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-15 00:46:56 +0100
committerMax Kellermann <max@duempel.org>2014-12-15 00:46:56 +0100
commitadfc5db3d2bf0d7df972a687b1510db159b9137c (patch)
treed0b46d10fa1e655211f92f6a5f5f581876a9a0db /src/storage
parent3f32a6b6071c61543f8a5179fdd6900e1362cbd6 (diff)
parenta48704925d6c3e5c01057192403e55f3663b315c (diff)
downloadmpd-adfc5db3d2bf0d7df972a687b1510db159b9137c.tar.gz
mpd-adfc5db3d2bf0d7df972a687b1510db159b9137c.tar.xz
mpd-adfc5db3d2bf0d7df972a687b1510db159b9137c.zip
Merge branch 'v0.19.x'
Diffstat (limited to 'src/storage')
-rw-r--r--src/storage/plugins/NfsStorage.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/plugins/NfsStorage.cxx b/src/storage/plugins/NfsStorage.cxx
index 8ddb14250..823d662c5 100644
--- a/src/storage/plugins/NfsStorage.cxx
+++ b/src/storage/plugins/NfsStorage.cxx
@@ -146,6 +146,7 @@ private:
const ScopeLock protect(mutex);
state = _state;
+ last_error.Clear();
last_error.Set(error);
cond.broadcast();
}