clean temporary files
This commit is contained in:
parent
90c3dab6d4
commit
827018c4ec
1 changed files with 1 additions and 0 deletions
|
|
@ -460,6 +460,7 @@ runchecker(Part *p)
|
||||||
* Okay to return on error - will let mail through but wrapped.
|
* Okay to return on error - will let mail through but wrapped.
|
||||||
*/
|
*/
|
||||||
w = wait();
|
w = wait();
|
||||||
|
remove(name);
|
||||||
if(w == nil){
|
if(w == nil){
|
||||||
syslog(0, "mail", "vf wait failed: %r");
|
syslog(0, "mail", "vf wait failed: %r");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue