Skip to content
Snippets Groups Projects
Commit 4d2d76ff authored by Michael Davis's avatar Michael Davis
Browse files

[ssi] Deprecates recovery blob in eoscta_stub

parent fa057cbe
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,9 @@ void base64Decode(cta::eos::Notification &notification, const std::string &argva
{
using namespace std;
// Recovery blob is deprecated, no need to unpack it
return;
string base64str(argval.substr(7)); // delete "base64:" from start of string
// Decode Base64 blob
......
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