mirror of
https://github.com/nmap/nmap.git
synced 2026-06-26 03:03:55 +00:00
Remove condition with no effect.
This commit is contained in:
parent
8175095717
commit
fc49819007
1 changed files with 1 additions and 2 deletions
|
|
@ -409,8 +409,7 @@ static int l_reconnect_ssl (lua_State *L)
|
|||
nse_nsock_udata *nu = check_nsock_udata(L, 1, 1);
|
||||
|
||||
#ifndef HAVE_OPENSSL
|
||||
if (1)
|
||||
return nseU_safeerror(L, "sorry, you don't have OpenSSL");
|
||||
return nseU_safeerror(L, "sorry, you don't have OpenSSL");
|
||||
#endif
|
||||
|
||||
nsock_reconnect_ssl(nsp, nu->nsiod, callback, nu->timeout,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue