mirror of
https://github.com/nmap/nmap.git
synced 2026-01-27 16:49:01 +00:00
Use false, not zero
This commit is contained in:
@@ -157,7 +157,7 @@ NpingOps::NpingOps() {
|
||||
disable_packet_capture_set=false;
|
||||
|
||||
/* Privileges */
|
||||
isr00t=0;
|
||||
isr00t=false;
|
||||
isr00t_set=false;
|
||||
|
||||
/* Payloads */
|
||||
|
||||
Reference in New Issue
Block a user