diff -r a2c8fc23c90e -r 1a7853a4257e src/server/util/pblock.cpp --- a/src/server/util/pblock.cpp Wed Feb 22 23:20:39 2012 +0100 +++ b/src/server/util/pblock.cpp Thu Feb 23 13:10:04 2012 +0100 @@ -552,7 +552,7 @@ PListStruct_t *pl = PBTOPL(pb); PLValueStruct_t *pv = PATOPV(pp); - PR_ASSERT(pv->pv_mempool == pl->pl_mempool); + //PR_ASSERT(pv->pv_mempool == pl->pl_mempool); // TODO /* Check to see if the name corresponds to a pb_key */ unsigned int hashval; @@ -588,7 +588,7 @@ pt->pt_hash[i] = pv; pt->pt_nsyms++; - PR_ASSERT(param_key(pp) == key); + //PR_ASSERT(param_key(pp) == key); // TODO } @@ -648,7 +648,7 @@ /* --------------------------- pblock_kllinsert --------------------------- */ -NSAPI_PUBLIC pb_param *pblock_kllinsert(const pb_key *key, PRInt64 value, pblock *pb) +NSAPI_PUBLIC pb_param *pblock_kllinsert(const pb_key *key, int64_t value, pblock *pb) { pb_param *pp = pblock_key_param_create(pb, key, NULL, UTIL_I64TOA_SIZE); if (pp) {