diff --git a/src/Akela/OneShot.cpp b/src/Akela/OneShot.cpp index e6865497..241a4e54 100644 --- a/src/Akela/OneShot.cpp +++ b/src/Akela/OneShot.cpp @@ -255,7 +255,7 @@ namespace Akela { bool OneShot::isActive (void) { - return (State && !hasTimedOut () && !shouldCancel); + return (State && !hasTimedOut ()); } bool