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:
parent
07739d329d
commit
05ae376d90
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user