traceroute6(8): use NULL instead of zero for initializing a pointer.
This commit is contained in:
parent
fbf894cd86
commit
b3857d7c40
@ -342,7 +342,7 @@ struct ip6_rthdr *rth;
|
||||
#endif
|
||||
struct cmsghdr *cmsg;
|
||||
|
||||
char *source = 0;
|
||||
char *source = NULL;
|
||||
char *hostname;
|
||||
|
||||
u_long nprobes = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user