mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 01:26:22 +00:00
net: Use BUG() instead of BUG_ON(1)
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
f473f4f24d
commit
874fce48ec
1 changed files with 1 additions and 1 deletions
2
net.c
2
net.c
|
|
@ -233,7 +233,7 @@ static int restore_link(NetDeviceEntry *nde, int nlsk)
|
|||
return restore_one_link(nde, nlsk, veth_link_info);
|
||||
}
|
||||
|
||||
BUG_ON(1);
|
||||
BUG();
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue