]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2002 in SNORT/snort3 from ~ALLEWI/snort3:smtp_default_typo to...
authorSteve Chew (stechew) <stechew@cisco.com>
Tue, 18 Feb 2020 22:09:36 +0000 (22:09 +0000)
committerSteve Chew (stechew) <stechew@cisco.com>
Tue, 18 Feb 2020 22:09:36 +0000 (22:09 +0000)
Squashed commit of the following:

commit 156df41662dc1ceef7af7b958d04564ce2759a04
Author: allewi <allewi@cisco.com>
Date:   Thu Feb 13 09:47:31 2020 -0500

    lua: fix typo in default smtp's alt_max_command_line_len

lua/snort_defaults.lua

index 78a36ad1f53237b9fda6efc9ef8b96be6cf0d51e..f68990ea21bc9c5609ae31728a1f38da2cdf752c 100644 (file)
@@ -300,7 +300,7 @@ smtp_default_alt_max_command_lines =
 default_smtp =
 {
     -- params not specified here get internal defaults
-    alt_max_command_line_len = default_smtp_alt_max_command_lines,
+    alt_max_command_line_len = smtp_default_alt_max_command_lines,
     auth_cmds = smtp_default_auth_cmds,
     binary_data_cmds = smtp_default_binary_data_cmds,
     data_cmds = smtp_default_data_cmds,