1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-10 08:29:02 +00:00

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;