mirror of
https://github.com/nmap/nmap.git
synced 2026-06-26 19:22:07 +00:00
Use false, not zero
This commit is contained in:
parent
4fb5f91f9c
commit
74de527b75
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ NpingOps::NpingOps() {
|
|||
disable_packet_capture_set=false;
|
||||
|
||||
/* Privileges */
|
||||
isr00t=0;
|
||||
isr00t=false;
|
||||
isr00t_set=false;
|
||||
|
||||
/* Payloads */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue