1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-06 21:46:34 +00:00

Fix Npcap loading in Nping. Fixes #559

This commit is contained in:
dmiller
2016-10-07 02:54:03 +00:00
parent bf4c2651ec
commit 5806603494
4 changed files with 21 additions and 27 deletions

View File

@@ -218,7 +218,6 @@ class NpingOps {
/* Privileges */
bool isr00t; /* True if current user has root privs */
bool isr00t_set;
/* Payloads */
int payload_type; /* Type of payload (RAND,HEX,FILE) */
@@ -447,7 +446,6 @@ class NpingOps {
int setIsRoot(int v);
int setIsRoot();
bool isRoot();
bool issetIsRoot();
/* Payloads */
int setPayloadType(int t);