diff options
-rw-r--r-- | src/DecoderInternal.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DecoderInternal.cxx b/src/DecoderInternal.cxx index e18fd2b6a..783150c08 100644 --- a/src/DecoderInternal.cxx +++ b/src/DecoderInternal.cxx @@ -50,7 +50,6 @@ need_chunks(DecoderControl &dc, bool do_wait) if (do_wait) { dc.Wait(); - dc.client_cond.signal(); return dc.command; } |