traceroute6(8): use NULL instead of zero for initializing a pointer.

This commit is contained in:
pfg 2016-05-12 02:05:50 +00:00
parent fbf894cd86
commit b3857d7c40

View File

@ -342,7 +342,7 @@ struct ip6_rthdr *rth;
#endif
struct cmsghdr *cmsg;
char *source = 0;
char *source = NULL;
char *hostname;
u_long nprobes = 3;