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

@@ -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;
}