More tying up of certificate of membership stuff in the client.
This commit is contained in:
parent
bbcd76ecd0
commit
5901972958
5 changed files with 16 additions and 6 deletions
|
@ -86,6 +86,9 @@ void CertificateOfMembership::fromString(const char *s)
|
|||
_signedBy.zero();
|
||||
memset(_signature.data,0,_signature.size());
|
||||
|
||||
if (!*s)
|
||||
return;
|
||||
|
||||
unsigned int colonAt = 0;
|
||||
while ((s[colonAt])&&(s[colonAt] != ':')) ++colonAt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue