ソースを参照

[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

読み込み中…
キャンセル
保存