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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user