Revision 4081fccf tap-win32.c

b/tap-win32.c
671 671
        return -1;
672 672
    }
673 673

  
674
    s->vc = qemu_new_vlan_client(vlan, tap_receive, s);
674
    s->vc = qemu_new_vlan_client(vlan, tap_receive, NULL, s);
675 675
    
676 676
    snprintf(s->vc->info_str, sizeof(s->vc->info_str),
677 677
             "tap: ifname=%s", ifname);

Also available in: Unified diff