Skip to content
Snippets Groups Projects
Commit 91b2dbf6 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't repeat the "cost" field in smb_msghdr_str_list()

parent 81e759b6
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -158,8 +158,6 @@ str_list_t smb_msghdr_str_list(smbmsg_t* msg)
tt=msg->expiration;
strListAppendFormat(&list, HFIELD_NAME_FMT "%.24s", "expiration", ctime_r(&tt, tmp));
}
if(msg->cost)
strListAppendFormat(&list, HFIELD_NAME_FMT "%u", "cost", msg->cost);
/* data fields */
strListAppendFormat(&list, HFIELD_NAME_FMT "%06"PRIX32"h" ,"data_offset" ,msg->hdr.offset);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment