mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Fixed a compiler error I introduced in 15357.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user