Completed changes for clearing out memory associated with tokens.
This commit is contained in:
@@ -251,7 +251,7 @@ void NonHttpTest(void)
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("-NonHttpTest- ObtainAuthToken failed with status %d\n", retStatus);
|
||||
printf("-NonHttpTest- ObtainAuthToken failed with status %0X\n", retStatus);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user