Argh!.. Spot the deliberate mistake that was probably causing the

leftover files in /tmp..  (this commit brought to you by 'cvs update -j')
This commit is contained in:
peter 1998-04-11 16:12:07 +00:00
parent 07739d329d
commit 05ae376d90

View File

@ -456,6 +456,7 @@ do_verify (messagep, repository)
error (1, retcode == -1 ? errno : 0,
"Message verification failed");
}
}
/* put the entire message back into the *messagep variable */
@ -511,7 +512,6 @@ do_verify (messagep, repository)
unlink_file (fname);
free (fname);
}
}
}