Skip to content

Commit

Permalink
DNS: Fix build issue with dns_resolve_init().
Browse files Browse the repository at this point in the history
CC: Yifeng Sun <[email protected]>
Fixes: 771680d ("DNS: Add basic support for asynchronous DNS resolving")
Signed-off-by: Justin Pettit <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
Reviewed-by: Yifeng Sun <[email protected]>
  • Loading branch information
justinpettit committed Jul 6, 2018
1 parent 97b089e commit 814b1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dns-resolve-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "compiler.h"

void
dns_resolve_init(void)
dns_resolve_init(bool is_daemon OVS_UNUSED)
{
}

Expand Down

0 comments on commit 814b1d4

Please sign in to comment.