summaryrefslogtreecommitdiff
path: root/llmnrd.c
diff options
context:
space:
mode:
Diffstat (limited to 'llmnrd.c')
-rw-r--r--llmnrd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/llmnrd.c b/llmnrd.c
index fb56b30..e73f5f3 100644
--- a/llmnrd.c
+++ b/llmnrd.c
@@ -128,6 +128,7 @@ int main(int argc, char **argv)
return EXIT_FAILURE;
}
port = num_arg;
+ break;
case '6':
ipv6 = true;
break;