]> git.ipfire.org Git - thirdparty/suricata.git/commit
smb: remove duplicate tree_id logging
authorJason Ish <jason.ish@oisf.net>
Wed, 25 Jan 2023 18:02:27 +0000 (12:02 -0600)
committerVictor Julien <vjulien@oisf.net>
Tue, 28 Mar 2023 09:36:51 +0000 (11:36 +0200)
commit0e0ce39190db0560d12bf0f5d2a65f91bfaecd8b
treede7b9fddabe73dce2f7506816b5d9a1f29325eb8
parent70a4587a9b6ae72d3428e4be6baaf9fadcc29877
smb: remove duplicate tree_id logging

Remove the second occurrence of tree_id logging which appears to
always be a duplicate of the first tree_id logged, even though they
come from different data structures.

Issue: 5811

(cherry picked from commit 67baab573b8046ace275e6c0f671f62af22a49a6)
rust/src/smb/log.rs