Completed changes for clearing out memory associated with tokens.

This commit is contained in:
Juan Carlos Luciani
2007-01-04 13:27:31 +00:00
parent 834c6e0add
commit 717b3c1091
4 changed files with 84 additions and 47 deletions

View File

@@ -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);
}
}