Skip to content
Snippets Groups Projects
Commit d554df6a authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #6883: Handle F_EXIT in sendPointing_state as well, it was deferred to the next state.

parent 0af1a06a
No related branches found
No related tags found
No related merge requests found
...@@ -628,6 +628,9 @@ GCFEvent::TResult BeamControl::sendPointings_state(GCFEvent& event, GCFPortInter ...@@ -628,6 +628,9 @@ GCFEvent::TResult BeamControl::sendPointings_state(GCFEvent& event, GCFPortInter
} }
break; break;
case F_EXIT:
break;
case IBS_POINTTOACK: { case IBS_POINTTOACK: {
IBSPointtoackEvent ack(event); IBSPointtoackEvent ack(event);
if (ack.status != IBS_Protocol::IBS_NO_ERR) { if (ack.status != IBS_Protocol::IBS_NO_ERR) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment