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

This commit is contained in:
Pedro F. Giffuni 2016-05-12 02:05:50 +00:00
parent 59009de8e9
commit ac97203f5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299501

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;