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

ftn_msgid() was not supposed to return a \r-terminated string (whoops).

parent 01264929
No related branches found
No related tags found
No related merge requests found
......@@ -346,7 +346,7 @@ char* DLLCALL ftn_msgid(sub_t *sub, smbmsg_t* msg)
return(msg->ftn_msgid);
snprintf(msgid,sizeof(msgid)
,"%s %08lx %lu.%s %08lX\r"
,"%s %08lx %lu.%s %08lX"
,faddrtoa(&sub->faddr,NULL)
,msgid_serialno(msg)
,msg->idx.number
......
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