Skip to content
Snippets Groups Projects
Commit 5c7b26d7 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Typo fix

parent 4cc2d1e4
No related branches found
No related tags found
2 merge requests!439RCG 5.0 release fro deb 10,!367Build Reorganization Total
......@@ -41,7 +41,7 @@ session_callback( session_cb_arg_t IN arg,
/// @brief This function contains the required Dolphin callback routine. \n
// printl("Session callback reason=%d status=%d target_node=%d\n", reason,
// status, target_node); if (reason == SR_OK) iop_rfm_valid = 1;
if ( reason == SR_OK || status == SR_NONE ) //TODO: This does not seem like a good check, we could pass if reason has an error and status is SR_NONE
if ( reason == SR_OK || status == SS_NONE ) //TODO: This does not seem like a good check, we could pass if reason has an error and status is SR_NONE
iop_rfm_valid = 1;
else
iop_rfm_valid = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment