mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 15:46:45 +00:00
Removed INITIAL from port version enum (it was accidently left in).
This commit is contained in:
parent
f6cc11c855
commit
9a81f00641
1 changed files with 0 additions and 1 deletions
|
|
@ -376,7 +376,6 @@ static int l_set_port_state (lua_State *L)
|
|||
static int l_set_port_version (lua_State *L)
|
||||
{
|
||||
static const enum serviceprobestate opversion[] = {
|
||||
PROBESTATE_INITIAL,
|
||||
PROBESTATE_FINISHED_HARDMATCHED,
|
||||
PROBESTATE_FINISHED_SOFTMATCHED,
|
||||
PROBESTATE_FINISHED_NOMATCH,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue