diff options
Diffstat (limited to 'llmnrd.c')
-rw-r--r-- | llmnrd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ int main(int argc, char **argv) return EXIT_FAILURE; } port = num_arg; + break; case '6': ipv6 = true; break; |