]> git.ipfire.org Git - thirdparty/suricata.git/commit
smb: fix duplicate interface logging
authorJason Ish <jason.ish@oisf.net>
Wed, 25 Jan 2023 17:53:08 +0000 (11:53 -0600)
committerJason Ish <jason.ish@oisf.net>
Sun, 29 Jan 2023 21:38:20 +0000 (15:38 -0600)
commit717e2b0248c45c3d911bdd5704218e31e79de4ec
tree57e46c5006abca6d1053a72150210a0b6d1e88af
parent59d9a51bad8f9b23ce27a0d5962599295f7610cc
smb: fix duplicate interface logging

An array of interfaces was being logged without creating an array,
resulting in duplicate "interface" objects being logged. Instead put
these interfaces into an array like already done elsewhere.

Issue: 5814
rust/src/smb/log.rs