[ovs-dev] [PATCH] DNS: Fix build issue with dns_resolve_init().

Yifeng Sun pkusunyifeng at gmail.com
Fri Jul 6 21:52:44 UTC 2018


Good catch! Thanks.

Reviewed-by: Yifeng Sun <pkusunyifeng at gmail.com>

On Fri, Jul 6, 2018 at 2:51 PM, Justin Pettit <jpettit at ovn.org> wrote:

> CC: Yifeng Sun <pkusunyifeng at gmail.com>
> Fixes: 771680d96f ("DNS: Add basic support for asynchronous DNS resolving")
> Signed-off-by: Justin Pettit <jpettit at ovn.org>
> ---
>  lib/dns-resolve-stub.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/dns-resolve-stub.c b/lib/dns-resolve-stub.c
> index edf8337be1d9..859c76f6b869 100644
> --- a/lib/dns-resolve-stub.c
> +++ b/lib/dns-resolve-stub.c
> @@ -19,7 +19,7 @@
>  #include "compiler.h"
>
>  void
> -dns_resolve_init(void)
> +dns_resolve_init(bool is_daemon OVS_UNUSED)
>  {
>  }
>
> --
> 2.17.1
>
>


More information about the dev mailing list