We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d22fde + 7491b92 commit f005b13Copy full SHA for f005b13
main.cpp
@@ -256,7 +256,7 @@ int main(void)
256
m2m_deregister_res->set_delayed_response(true);
257
258
if (m2m_deregister_res->set_execute_function(deregister) != true) {
259
- printf("m2m_post_res->set_execute_function() failed\n");
+ printf("m2m_deregister_res->set_execute_function() failed\n");
260
return -1;
261
}
262
0 commit comments