qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: Keqian Zhu <zhukeqian1@huawei.com>,
	qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>
Cc: wanghaibin.wang@huawei.com, qemu-arm@nongnu.org
Subject: Re: [PATCH] net: Use correct default-path macro for downscript
Date: Mon, 23 Nov 2020 16:16:43 +0800	[thread overview]
Message-ID: <3da7c6f9-dd67-b535-4661-977a67336170@redhat.com> (raw)
In-Reply-To: <20201123062954.9680-1-zhukeqian1@huawei.com>


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	other threads:[~2020-11-23  8:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-23  6:29 [PATCH] net: Use correct default-path macro for downscript Keqian Zhu
2020-11-23  8:16 ` Jason Wang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3da7c6f9-dd67-b535-4661-977a67336170@redhat.com \
    --to=jasowang@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=wanghaibin.wang@huawei.com \
    --cc=zhukeqian1@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).