Skip to content
Snippets Groups Projects
Commit 96e40d27 authored by rswindell's avatar rswindell
Browse files

Fixed typo in last commit.

parent 38864658
Branches
Tags
No related merge requests found
...@@ -503,7 +503,7 @@ static ulong sockmsgtxt(SOCKET socket, smbmsg_t* msg, char* msgtxt, ulong maxlin ...@@ -503,7 +503,7 @@ static ulong sockmsgtxt(SOCKET socket, smbmsg_t* msg, char* msgtxt, ulong maxlin
return(0); return(0);
if((p=smb_get_hfield(msg,RFC822REPLYTO,NULL))==NULL) { if((p=smb_get_hfield(msg,RFC822REPLYTO,NULL))==NULL) {
if(msg->replyto_net.type==NET_INTERNET) if(msg->replyto_net.type==NET_INTERNET)
p=msg->replyto_net.addr); p=msg->replyto_net.addr;
else if(msg->replyto!=NULL) else if(msg->replyto!=NULL)
p=msg->replyto; p=msg->replyto;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment