From ba8e3f11e26a1cebf9f10eea3613d440c52f1638 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Sun, 31 Aug 2014 18:26:32 +0200
Subject: input/nfs: notify client on error

Fixes hanging NFS client.
---
 src/input/plugins/NfsInputPlugin.cxx | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src/input')

diff --git a/src/input/plugins/NfsInputPlugin.cxx b/src/input/plugins/NfsInputPlugin.cxx
index baa707738..a34e6d344 100644
--- a/src/input/plugins/NfsInputPlugin.cxx
+++ b/src/input/plugins/NfsInputPlugin.cxx
@@ -170,6 +170,8 @@ NfsInputStream::OnNfsFileError(Error &&error)
 		SeekDone();
 	else if (!IsReady())
 		SetReady();
+	else
+		cond.broadcast();
 }
 
 /*
-- 
cgit v1.2.3