Explorar el Código

[Minor] Partially restore reverted patch

tags/3.3
Vsevolod Stakhov hace 1 año
padre
commit
a853200823
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/lua/lua_tcp.c

+ 1
- 0
src/lua/lua_tcp.c Ver fichero

@@ -2069,6 +2069,7 @@ lua_tcp_connect_sync (lua_State *L)

if (!rspamd_dns_resolver_request_task (task, lua_tcp_dns_handler, cbd,
RDNS_REQUEST_A, host)) {
cbd->item = NULL; /* We have not registered watcher */
lua_pushboolean (L, FALSE);
lua_pushliteral (L, "Failed to initiate dns request");
TCP_RELEASE (cbd);

Cargando…
Cancelar
Guardar