Skip to content
Snippets Groups Projects
Commit 9fcd3db5 authored by rswindell's avatar rswindell
Browse files

Changed description of RFC822 Header Field type from "RFC822Header" to

"OtherHeader" (since not all the headers are actually RFC822-conformant).
parent 8e5a447e
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ char* SMBCALL smb_hfieldtype(ushort type)
case FIDOFLAGS: return("X-FTN-Flags");
case FIDOTID: return("X-FTN-TID");
case RFC822HEADER: return("RFC822Header");
case RFC822HEADER: return("OtherHeader");
case RFC822MSGID: return("Message-ID"); /* RFC-compliant */
case RFC822REPLYID: return("In-Reply-To"); /* RFC-compliant */
case RFC822TO: return("RFC822To");
......
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