Good catch! Thanks. Reviewed-by: Yifeng Sun <[email protected]>
On Fri, Jul 6, 2018 at 2:51 PM, Justin Pettit <[email protected]> wrote: > CC: Yifeng Sun <[email protected]> > Fixes: 771680d96f ("DNS: Add basic support for asynchronous DNS resolving") > Signed-off-by: Justin Pettit <[email protected]> > --- > 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 > > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
