Fixed an SIGSEGV error in file forward

This commit is contained in:
Michiel Broek 2002-03-16 14:15:10 +00:00
parent 33eb0cc7e2
commit ce9ccc8869
2 changed files with 3 additions and 1 deletions

View File

@ -4662,6 +4662,8 @@ v0.33.20 10-Feb-2002
articles where a Reply-To: header is present.
It was not possible to disconnect file areas.
Added nopper code to full mailscan.
Fixed a problem that caused a SIGSEGV when a node was in the
ticfiles setup to forward file to and there was no noderecord.
mball:
Will not crash anymore when it needs more then 10 minutes to

View File

@ -58,7 +58,7 @@ void ForwardFile(fidoaddr Node, fa_list *sbl)
Syslog('+', "Forward file to %s", aka2str(Node));
if (!SearchNode(Node)) {
WriteError("No forward, node %s not known", Node);
WriteError("Database corrupt, node %s not in setup", aka2str(Node));
return;
}