BUGFIX: user_id cropped

doc_update_sequoia
Volker Birk 2016-08-07 23:17:14 +02:00
parent caf7e49a4d
commit 309b5d4ed4
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ DYNAMIC_API PEP_STATUS update_identity(
{
return PEP_OUT_OF_MEMORY;
}
snprintf(identity->user_id, strlen(identity->address) + 5,
snprintf(identity->user_id, strlen(identity->address) + 6,
"TOFU_%s", identity->address);
}