mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
net: tap: use abort() instead of assert(0)
Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
ec45f08313
commit
28a65891a0
2 changed files with 3 additions and 3 deletions
|
@ -762,5 +762,5 @@ int tap_has_vnet_hdr_len(NetClientState *nc, int len)
|
|||
|
||||
void tap_set_vnet_hdr_len(NetClientState *nc, int len)
|
||||
{
|
||||
assert(0);
|
||||
abort();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue