Paul Brook wrote:
[snip]

int slirp_can_output(void)
{
-    return 1;
+    qemu_can_send_packet(slirp_vc);
}

It would be wise to return the value here.

- Filip


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to