commit | 827018c4ec93f3786040b1f705a262133fe06b49 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Sun Jul 23 14:43:55 2006 +0000 |
committer | rsc <devnull@localhost> | Sun Jul 23 14:43:55 2006 +0000 |
tree | 2f7e4bddcc5d56f26dbd1e7f08e3a18e3551b28c | |
parent | 90c3dab6d4f928cdf6672f89ae820a48826fd701 [diff] |
clean temporary files
diff --git a/src/cmd/upas/vf/vf.c b/src/cmd/upas/vf/vf.c index 84cae90..fb54d4a 100644 --- a/src/cmd/upas/vf/vf.c +++ b/src/cmd/upas/vf/vf.c
@@ -460,6 +460,7 @@ * Okay to return on error - will let mail through but wrapped. */ w = wait(); + remove(name); if(w == nil){ syslog(0, "mail", "vf wait failed: %r"); return 0;