mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fixed a compiler error I introduced in 15357.
This commit is contained in:
parent
d788c5e3be
commit
325a5231a5
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ void nse_selectedbyname (lua_State *L)
|
|||
if (lua_isnil(L, -1)) {
|
||||
lua_pushboolean(L, 0);
|
||||
lua_replace(L, -2);
|
||||
} else
|
||||
} else {
|
||||
lua_call(L, 0, 1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue