clear inet_ntop_compat warning

This commit is contained in:
radius 2017-09-10 21:44:15 -05:00
parent 632225ee73
commit 5d03a4719f

View File

@ -393,6 +393,7 @@ const char *inet_ntop_compat(int af, const void *src, char *dst, socklen_t cnt)
return dst; return dst;
} }
#endif #endif
else
return NULL; return NULL;
#else #else
return inet_ntop(af, src, dst, cnt); return inet_ntop(af, src, dst, cnt);