X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/585ac3db0663f474fd3417ea91953b58022cc9d9..a2f7be917569bccbed2fd705bbb0fa15d0fcf8d0:/missing/inet_ntop.c?ds=sidebyside diff --git a/missing/inet_ntop.c b/missing/inet_ntop.c index db741a8f..87ab7bb6 100644 --- a/missing/inet_ntop.c +++ b/missing/inet_ntop.c @@ -190,7 +190,6 @@ inet_ntop_v6 (const u_char *src, char *dst, size_t size) return (NULL); } return strcpy (dst, tmp); - return (NULL); } #endif /* INET6 */