This commit is contained in:
zx
2025-03-22 22:50:53 +03:00
parent deaa8140f5
commit 25081b1bae
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1222,6 +1222,7 @@ void binkp_process_ADR(char *buffer)
DEB((D_24554, "process ADR: %s", buffer));
for( p = string_token(buffer, &q, NULL, 0); p; p = string_token(NULL, &q, NULL, 0) )
{
DEB((D_24554, "binkp_process_ADR got token \"%s\" ",p ));
if( ftn_addrparse(&addr, p, FALSE) )
log("BinkP got unparsable address \"%s\"", string_printable(p));
else {