[Spice-commits] vdagent/vdagent.cpp

Arnon Gilboa agilboa at kemper.freedesktop.org
Sun Nov 18 02:06:34 PST 2012


 vdagent/vdagent.cpp |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 7330f5132aa4c706268775828742b9f2cc4c18f8
Author: Arnon Gilboa <agilboa at redhat.com>
Date:   Sun Nov 18 12:13:40 2012 +0200

    vdagent: remove a wrong return

diff --git a/vdagent/vdagent.cpp b/vdagent/vdagent.cpp
index 9537b90..3f1053d 100644
--- a/vdagent/vdagent.cpp
+++ b/vdagent/vdagent.cpp
@@ -1301,7 +1301,6 @@ void VDAgent::handle_port_out()
         if (_vdi_port->ring_write(chunk, size) != size) {
             vd_printf("ring_write failed");
             _running = false;
-            return;
         }
         delete chunk;
     }


More information about the Spice-commits mailing list