mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove a line of dead code.
This commit is contained in:
parent
06b661f2ef
commit
c1b3ea6db3
1 changed files with 0 additions and 1 deletions
|
|
@ -1236,7 +1236,6 @@ char* ncap_request_do_callback(nsock_event nse, lua_State *L, int ncap_cback_ref
|
|||
/* get string from top of the stack*/
|
||||
size_t testdatasz;
|
||||
const char* testdata = lua_tolstring(L, -1, &testdatasz);
|
||||
// lua_pop(L, 1);/* just in case [nope, it's not needed]*/
|
||||
|
||||
char *key = strdup(hex((char*)testdata, testdatasz));
|
||||
return key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue