Use NULL instead of 0 to initialize a pointer

This commit is contained in:
david 2013-05-03 17:55:02 +00:00
parent 4bdd43f466
commit 6fb635b86a

View file

@ -146,7 +146,7 @@ NpingOps::NpingOps() {
spoofsource=false;
spoofsource_set=false;
bpf_filter_spec=0;
bpf_filter_spec=NULL;
bpf_filter_spec_set=false;
current_round=0;