qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6224] Fix build breakage introduced by r6219
@ 2009-01-07 20:00 Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-01-07 20:00 UTC (permalink / raw)
  To: qemu-devel

Revision: 6224
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6224
Author:   aliguori
Date:     2009-01-07 19:59:59 +0000 (Wed, 07 Jan 2009)

Log Message:
-----------
Fix build breakage introduced by r6219

This was spotted by Stefan Weil.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Modified Paths:
--------------
    trunk/hw/mcf_fec.c

Modified: trunk/hw/mcf_fec.c
===================================================================
--- trunk/hw/mcf_fec.c	2009-01-07 19:47:53 UTC (rev 6223)
+++ trunk/hw/mcf_fec.c	2009-01-07 19:59:59 UTC (rev 6224)
@@ -455,5 +455,5 @@
     s->vc = qemu_new_vlan_client(nd->vlan, nd->model, nd->name,
                                  mcf_fec_receive, mcf_fec_can_receive, s);
     memcpy(s->macaddr, nd->macaddr, 6);
-    qemu_format_nic_info_str(n->vc, s->macaddr);
+    qemu_format_nic_info_str(s->vc, s->macaddr);
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-07 20:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-07 20:00 [Qemu-devel] [6224] Fix build breakage introduced by r6219 Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).