소스 검색

[Minor] Fix syntax error

tags/1.7.4
Vsevolod Stakhov 6 년 전
부모
커밋
497376cd6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      lualib/lua_auth_results.lua

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

@@ -180,7 +180,7 @@ local function gen_auth_results(task, settings)
table.insert(hdr,'smtp.mailfrom=' .. smtp_from[1]['addr'])
end

table.insert(hdr_parts, table.concat(hdr,' ')
table.insert(hdr_parts, table.concat(hdr,' '))
end

if #hdr_parts > 0 then

Loading…
취소
저장