1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-26 08:09:07 +00:00

Remove condition with no effect.

This commit is contained in:
david
2012-05-28 17:08:18 +00:00
parent 8175095717
commit fc49819007

View File

@@ -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,