mirror of
https://github.com/xemu-project/xemu.git
synced 2025-01-18 01:43:04 +00:00
net: Use correct default-path macro for downscript
Fixes: 63c4db4c2e6d (net: relocate paths to helpers and scripts) Signed-off-by: Keqian Zhu <zhukeqian1@huawei.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
f012bec890
commit
9925990d01
@ -953,7 +953,8 @@ free_fail:
|
||||
script = default_script = get_relocated_path(DEFAULT_NETWORK_SCRIPT);
|
||||
}
|
||||
if (!downscript) {
|
||||
downscript = default_downscript = get_relocated_path(DEFAULT_NETWORK_SCRIPT);
|
||||
downscript = default_downscript =
|
||||
get_relocated_path(DEFAULT_NETWORK_DOWN_SCRIPT);
|
||||
}
|
||||
|
||||
if (tap->has_ifname) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user