mirror of
https://github.com/nmap/nmap.git
synced 2026-06-27 03:33:07 +00:00
Use NULL instead of 0 to initialize a pointer
This commit is contained in:
parent
4bdd43f466
commit
6fb635b86a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue