Skip to content
Snippets Groups Projects
Commit 53651eb4 authored by rswindell's avatar rswindell
Browse files

Using new smblib function: smb_incmsg_dfields().

parent 3b1f8928
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ int main(int argc, char **argv)
/************************/
if(!(msg.hdr.attr&MSG_DELETE))
smb_incdat(&smb,msg.hdr.offset,smb_getmsgdatlen(&msg),1);
smb_incmsg_dfields(&smb,&msg,1);
}
smb_freemsgmem(&msg);
......
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