Fix syntax error.
This commit is contained in:
parent
7c24af851a
commit
34ab56f4ed
@ -3225,12 +3225,12 @@ miCASASetCredential
|
|||||||
}
|
}
|
||||||
|
|
||||||
// check length to see if includes the null, add one if not
|
// check length to see if includes the null, add one if not
|
||||||
if ((sscs_Utf8Strlen(appSecretID->id) == appSecretID->len)
|
if ((sscs_Utf8Strlen(appSecretID->id) == appSecretID->len))
|
||||||
{
|
{
|
||||||
appSecretID += 1;
|
appSecretID += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((sharedSecretID) && (sscs_Utf8Strlen(sharedSecretID->id) == sharedSecretID->len)
|
if ((sharedSecretID) && (sscs_Utf8Strlen(sharedSecretID->id) == sharedSecretID->len))
|
||||||
{
|
{
|
||||||
sharedSecretID->len += 1;
|
sharedSecretID->len += 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user