소스 검색

[Minor] Fix invocation

tags/1.9.0
Vsevolod Stakhov 5 년 전
부모
커밋
e303d2677c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      lualib/lua_selectors.lua

+ 1
- 1
lualib/lua_selectors.lua 파일 보기

@@ -564,7 +564,7 @@ Empty string comes the first argument or 'true', non-empty string comes nil]],
['process'] = function(inp, _, args)
local rspamd_ip = require "rspamd_ip"
-- Non optimal: convert string to an IP address
local ip = rspamd_ip.fromstring(inp)
local ip = rspamd_ip.from_string(inp)

if not ip or not ip:is_valid() then
lua_util.debugm(M, "cannot convert %s to IP", inp)

Loading…
취소
저장