* migrated to new hash create signature
[citadel.git] / webcit / context_loop.c
index 79687511cf3aa47a43a65e5d4f923aca0d46bd2a..3a742a7ee63beef5b14d55f853f75a00c979e00d 100644 (file)
@@ -473,7 +473,7 @@ void context_loop(int sock)
 
                strcpy(TheSession->httpauth_user, httpauth_user);
                strcpy(TheSession->httpauth_pass, httpauth_pass);
-               TheSession->hash_prefs = NewHash();     /* Get a hash table for the user preferences */
+               TheSession->hash_prefs = NewHash(1,NULL);       /* Get a hash table for the user preferences */
                pthread_mutex_init(&TheSession->SessionMutex, NULL);
                pthread_mutex_lock(&SessionListMutex);
                TheSession->nonce = rand();