Fix #47 User can block a project on his client

This commit is contained in:
Laurent Clouet
2015-10-27 21:00:44 +00:00
parent 8b25a08f6a
commit 4873b8272b
4 changed files with 36 additions and 1 deletions

View File

@@ -436,7 +436,7 @@ public class Client {
// no exception should be raised to actual launcher (applet or standalone)
}
if (error != null && error == Error.Type.RENDERER_CRASHED) {
if (error != null && (error == Error.Type.RENDERER_CRASHED || error == Error.Type.RENDERER_KILLED_BY_USER)) {
// do nothing, we can ask for a job right away
}
else {