Squashed commit of the following:
commit
0f5b34c33a5fe358754cbf8f696b1e629e7fb365
Author: bsachdev <bsachdev@cisco.com>
Date: Sat Jun 5 08:25:53 2021 -0400
dce_rpc: Fixed warnings
Signed-off-by: bsachdev <bsachdev@cisco.com>
~Dce2Smb2RequestTracker()
{
if (smb_module_is_up)
+ {
debug_logf(dce_smb_trace, GET_CURRENT_PACKET, "request tracker terminating\n");
+ }
if (fname)
snort_free(fname);
}
Dce2Smb2TreeTracker::~Dce2Smb2TreeTracker(void)
{
if (smb_module_is_up)
+ {
debug_logf(dce_smb_trace, GET_CURRENT_PACKET, "tree tracker %" PRIu32 " terminating\n",
tree_id);
+ }
if (co_tracker != nullptr)
{