projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be9d365
)
WIn32 compile fix.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 19 Feb 2006 12:40:00 +0000
(12:40 +0000)
committer
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 19 Feb 2006 12:40:00 +0000
(12:40 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1764
c046a42c
-6fe2-441c-8c8c-
71466251a162
tap-win32.c
patch
|
blob
|
history
diff --git
a/tap-win32.c
b/tap-win32.c
index 32baf22da2c293fb97f1429fac5db9dc0930b5a6..b6056955c0050bc96ce85a2e7d86c58a56beb493 100644
(file)
--- a/
tap-win32.c
+++ b/
tap-win32.c
@@
-671,7
+671,7
@@
int tap_win32_init(VLANState *vlan, const char *ifname)
return -1;
}
- s->vc = qemu_new_vlan_client(vlan, tap_receive, s);
+ s->vc = qemu_new_vlan_client(vlan, tap_receive,
NULL,
s);
snprintf(s->vc->info_str, sizeof(s->vc->info_str),
"tap: ifname=%s", ifname);