Index: /trunk/src/VBox/Main/src-server/DataStreamImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/DataStreamImpl.cpp	(revision 79581)
+++ /trunk/src/VBox/Main/src-server/DataStreamImpl.cpp	(revision 79582)
@@ -77,4 +77,5 @@
     m_hSemEvtBufSpcAvail = NIL_RTSEMEVENT;
     m_pBuffer            = NULL;
+    m_fEos               = false;
     int vrc = RTSemEventCreate(&m_hSemEvtDataAvail);
     if (RT_SUCCESS(vrc))
