Added the use of reference counts to determine when AuthCacheEntries can be deleted. This removes the problem of the entries being deleted while in use.

Also fixed some compiler warnings.
This commit is contained in:
Juan Carlos Luciani
2006-05-19 20:10:29 +00:00
parent c973e3647c
commit af1ddd2db3
8 changed files with 138 additions and 38 deletions

View File

@@ -33,7 +33,7 @@
//===[ Global variables ]==================================================
// Debug Level
int DebugLevel = 2;
int DebugLevel = 0;
// Tables for Base64 encoding and decoding
static const int8_t g_Base64[] =