Skip to content
Snippets Groups Projects
Commit 1bef9310 authored by Morris Jette's avatar Morris Jette
Browse files

Correction to error code on crypto_verify_sign call

parent ba74dcd4
No related branches found
No related tags found
No related merge requests found
...@@ -241,6 +241,7 @@ crypto_verify_sign(void * key, char *buffer, unsigned int buf_size, ...@@ -241,6 +241,7 @@ crypto_verify_sign(void * key, char *buffer, unsigned int buf_size,
"slurmd mode."); "slurmd mode.");
} }
#else #else
rc = err;
goto end_it; goto end_it;
#endif #endif
} }
......
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