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 32166e555..672b729e0 100644 --- a/networking/dnsd.c +++ b/networking/dnsd.c | |||
@@ -375,7 +375,7 @@ int dnsd_main(int argc, char **argv) | |||
375 | xbind(udps, &lsa->sa, lsa->len); | 375 | xbind(udps, &lsa->sa, lsa->len); |
376 | /* xlisten(udps, 50); - ?!! DGRAM sockets are never listened on I think? */ | 376 | /* xlisten(udps, 50); - ?!! DGRAM sockets are never listened on I think? */ |
377 | bb_info_msg("Accepting UDP packets on %s", | 377 | bb_info_msg("Accepting UDP packets on %s", |
378 | xmalloc_sockaddr2dotted(&lsa->sa, lsa->len)); | 378 | xmalloc_sockaddr2dotted(&lsa->sa)); |
379 | 379 | ||
380 | while (1) { | 380 | while (1) { |
381 | int r; | 381 | int r; |