diff options
Diffstat (limited to 'sbin/dump/tape.c')
-rw-r--r-- | sbin/dump/tape.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dump/tape.c b/sbin/dump/tape.c index 25c9763..8097565 100644 --- a/sbin/dump/tape.c +++ b/sbin/dump/tape.c @@ -527,6 +527,7 @@ restore_check_point: /* * All signals are inherited... */ + setproctitle(NULL); /* Restore the proctitle. */ childpid = fork(); if (childpid < 0) { msg("Context save fork fails in parent %d\n", parentpid); |