qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] net: Use correct default-path macro for downscript


From: Jason Wang
Subject: Re: [PATCH] net: Use correct default-path macro for downscript
Date: Mon, 23 Nov 2020 16:16:43 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0


On 2020/11/23 下午2:29, Keqian Zhu wrote:
Fixes: 63c4db4c2e6d (net: relocate paths to helpers and scripts)
Signed-off-by: Keqian Zhu <zhukeqian1@huawei.com>
---
  net/tap.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/tap.c b/net/tap.c
index c46ff66184..b8e5cca51c 100644
--- a/net/tap.c
+++ b/net/tap.c
@@ -951,7 +951,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) {


Applied.

Thanks





reply via email to

[Prev in Thread] Current Thread [Next in Thread]