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

Generate FTN MSGID's with only 2 fields, but the same amount of unique data

(stuffed into the "origaddr" field), to shut-up the idiots on FidoNet (e.g.
Maurice Kinal and Paul Westell) that claim that some phantom unnamed software
somewhere has a problem with the extended format.
parent ae987ad5
No related branches found
No related tags found
No related merge requests found
......@@ -53,11 +53,10 @@ char* DLLCALL ftn_msgid(sub_t *sub, smbmsg_t* msg)
return(msg->ftn_msgid);
snprintf(msgid,sizeof(msgid)
,"%s %08lx %lu.%s %08lX"
,smb_faddrtoa(&sub->faddr,NULL)
,msgid_serialno(msg)
,"%lu.%s@%s %08lx"
,msg->idx.number
,sub->code
,smb_faddrtoa(&sub->faddr,NULL)
,msgid_serialno(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