Added forgotten handling of non-writer-non-control threads
This commit is contained in:
parent
9d6e80a6e2
commit
243531a5b0
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2007.09.29.185007"
|
||||
#define Cdrskin_timestamP "2007.09.29.191558"
|
||||
|
@ -311,6 +311,9 @@ int burn_builtin_abort_handler(void *handle, int signum, int flag)
|
||||
kill(abort_control_pid, signum);
|
||||
}
|
||||
return -2;
|
||||
} else {
|
||||
usleep(1000000); /* calm down */
|
||||
return -2;
|
||||
}
|
||||
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user