Closed Hologos closed 5 years ago
Every function called from within saptransport::__run_action_on_system() cannot terminate unless it changes the status. Make them return 1 and deal with in in saptransport::__run_action_on_system().
saptransport::__run_action_on_system()
return 1
Every function called from within
saptransport::__run_action_on_system()
cannot terminate unless it changes the status. Make themreturn 1
and deal with in insaptransport::__run_action_on_system()
.