Revision 463af534 tap-win32.c

b/tap-win32.c
684 684
        return -1;
685 685
    }
686 686

  
687
    s->vc = qemu_new_vlan_client(vlan, model, name, tap_receive,
687
    s->vc = qemu_new_vlan_client(vlan, model, name, NULL, tap_receive,
688 688
                                 NULL, tap_cleanup, s);
689 689

  
690 690
    snprintf(s->vc->info_str, sizeof(s->vc->info_str),

Also available in: Unified diff