Added flush AuthToken cache API.

This commit is contained in:
Juan Carlos Luciani
2007-04-13 19:21:40 +00:00
parent 2342ee4dd0
commit 099e4cabfc
12 changed files with 497 additions and 198 deletions

View File

@@ -167,6 +167,10 @@ int main(int argc, char* argv[])
printf("Press 'Enter' to run test or 'n + Enter' to stop.\n");
}
// Cleanup the AuthToken cache to start clean the next time that
// we run the test application.
CleanUpAuthTokenCache();
// Close winsock
WSACleanup();
}