You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes exception for canceled scan task (apache#5093)
An exception was happening when a scan task was canceled before it ever
ran. This was caused by transitionFromRunning() executing when
transitoinToRunning() had never executed. When this happened a
precondition check that the scanThread was non-null would fail. These
changes only execute transitionFromRunning() when transitionToRunning()
has executed.
0 commit comments