Message ID | 20091015073312.GC30889@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/savevm.c b/savevm.c index 7a363b6..8ea2daf 100644 --- a/savevm.c +++ b/savevm.c @@ -132,7 +132,7 @@ static void qemu_announce_self_once(void *opaque) len = announce_self_create(buf, nd_table[i].macaddr); vlan = nd_table[i].vlan; for(vc = vlan->first_client; vc != NULL; vc = vc->next) { - vc->receive(vc, buf, len); + qemu_send_packet_raw(vc, buf, len); } } if (count--) {