This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5657 Fixed passing in the raw serial key

  • Loading branch information...
Jerry (Xinyu Hou)
Jerry (Xinyu Hou) committed Oct 14, 2016
1 parent 33ebe61 commit dce4b382e676ff5df2810d57b79bb968f3f67e32
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/lib/shared/SerialKey.cpp
@@ -34,7 +34,7 @@ SerialKey::SerialKey(std::string serial) :
{
string plainText = decode(serial);
if (!plainText.empty()) {
- parse(serial);
+ parse(plainText);
}
}

0 comments on commit dce4b38

Please sign in to comment.