Skip to content
Snippets Groups Projects
Commit 29cac68a authored by rswindell's avatar rswindell
Browse files

Fixed typo (id, not msg_id).

parent f9ef90f9
No related branches found
No related tags found
No related merge requests found
......@@ -745,7 +745,7 @@ int SMBCALL smb_getmsghdr(smb_t* smb, smbmsg_t* msg)
msg->subj=msg->hfield_dat[i];
break;
case RFC822MSGID:
msg->msg_id=msg->hfield_dat[i];
msg->id=msg->hfield_dat[i];
break;
case RFC822REPLYID:
msg->reply_id=msg->hfield_dat[i];
......
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