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

Use the FIDO_TLD macro from fidodefs.h rather than copy/pasta here.

parent 2f8c56f7
No related branches found
No related tags found
No related merge requests found
......@@ -4332,13 +4332,13 @@ static void smtp_thread(void* arg)
fidoaddr_t faddr = scfg.faddr[0];
point = 0;
if((sscanf(dest_host,"p%hu.f%hu.n%hu.z%hu.fidonet"
if((sscanf(dest_host,"p%hu.f%hu.n%hu.z%hu"FIDO_TLD
,&point
,&node
,&net
,&zone)==4
||
sscanf(dest_host,"f%hu.n%hu.z%hu.fidonet"
sscanf(dest_host,"f%hu.n%hu.z%hu"FIDO_TLD
,&node
,&net
,&zone)==3
......
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