summaryrefslogtreecommitdiff
path: root/vdagent/vdagent.cpp
diff options
context:
space:
mode:
authorArnon Gilboa <agilboa@redhat.com>2012-11-18 12:13:40 +0200
committerArnon Gilboa <agilboa@redhat.com>2012-11-18 12:13:40 +0200
commit7330f5132aa4c706268775828742b9f2cc4c18f8 (patch)
treea461d64eb4dcddc57a8bfe26499a1ab5e52179b3 /vdagent/vdagent.cpp
parent50d9542671577e5aea8bbecdd298ee1e94b6c34e (diff)
vdagent: remove a wrong return
Diffstat (limited to 'vdagent/vdagent.cpp')
-rw-r--r--vdagent/vdagent.cpp1
1 files changed, 0 insertions, 1 deletions
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;
}