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

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

parent 1e33d60b
No related branches found
No related tags found
No related merge requests found
......@@ -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