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

Fixed typo in last commit.

parent 5e44220f
Branches
Tags
No related merge requests found
...@@ -54,7 +54,7 @@ char* SMBCALL smb_hfieldtype(ushort type) ...@@ -54,7 +54,7 @@ char* SMBCALL smb_hfieldtype(ushort type)
case SENDERIPADDR: return("SenderIpAddr"); case SENDERIPADDR: return("SenderIpAddr");
case SENDERHOSTNAME: return("SenderHostName"); case SENDERHOSTNAME: return("SenderHostName");
case SENDERPROTOCOL: return("SenderProtocol"); case SENDERPROTOCOL: return("SenderProtocol");
case SENDERPORT_BIN return("SenderPortBin"); case SENDERPORT_BIN: return("SenderPortBin");
case SENDERPORT: return("SenderPort"); case SENDERPORT: return("SenderPort");
case REPLYTO: return("Reply-To"); /* RFC-compliant */ case REPLYTO: return("Reply-To"); /* RFC-compliant */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment