diff options
Diffstat (limited to 'networking/dnsd.c')
-rw-r--r-- | networking/dnsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/dnsd.c b/networking/dnsd.c index 672b729e0..c906de32a 100644 --- a/networking/dnsd.c +++ b/networking/dnsd.c | |||
@@ -338,7 +338,7 @@ int dnsd_main(int argc, char **argv) | |||
338 | uint16_t port = 53; | 338 | uint16_t port = 53; |
339 | uint8_t buf[MAX_PACK_LEN]; | 339 | uint8_t buf[MAX_PACK_LEN]; |
340 | 340 | ||
341 | getopt32(argc, argv, "i:c:t:p:dv", &listen_interface, &fileconf, &sttl, &sport); | 341 | getopt32(argv, "i:c:t:p:dv", &listen_interface, &fileconf, &sttl, &sport); |
342 | //if (option_mask32 & 0x1) // -i | 342 | //if (option_mask32 & 0x1) // -i |
343 | //if (option_mask32 & 0x2) // -c | 343 | //if (option_mask32 & 0x2) // -c |
344 | if (option_mask32 & 0x4) // -t | 344 | if (option_mask32 & 0x4) // -t |