1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 310274 - Need to set the fInterruptFailedJob to null to prevent completing the RM twice.

This commit is contained in:
Marc Khouzam 2010-04-23 14:42:00 +00:00
parent 8b2dc16181
commit 03be2f6b40

View file

@ -695,6 +695,7 @@ public class GDBBackend extends AbstractDsfService implements IGDBBackend {
@Override
protected IStatus run(IProgressMonitor monitor) {
fInterruptFailedJob = null;
getExecutor().submit(
new DsfRunnable() {
public void run() {