summaryrefslogtreecommitdiff
path: root/llmnrd.c
diff options
context:
space:
mode:
Diffstat (limited to 'llmnrd.c')
-rw-r--r--llmnrd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llmnrd.c b/llmnrd.c
index 48e4030..866e919 100644
--- a/llmnrd.c
+++ b/llmnrd.c
@@ -167,7 +167,7 @@ int main(int argc, char **argv)
if (llmnr_init(hostname, port, ipv6) < 0)
goto out;
- if (iface_start_thread() < 0)
+ if (iface_start_thread(ipv6) < 0)
goto out;
ret = llmnr_run();