*** GNUnet-0.4.6d/src/server/check_database.c Sat Sep 28 16:33:05 2002 --- GNUnet-0.4.6c/src/server/check_database.c Mon Aug 19 01:46:22 2002 *************** *** 230,241 **** len = readContent(&insertRequest->doubleHash, sizeof(CONTENT_Block) * MAX_FSIZE, &block[0]); ! if (len != -1) ! for (i=0;icontent, ! &block[i], ! sizeof(CONTENT_Block)) ) ! res = OK; /* it may still be ok, since padded content will not be identical if encrypted. To check for this, we'd have to decrypt all block[i]'s, the --- 230,240 ---- len = readContent(&insertRequest->doubleHash, sizeof(CONTENT_Block) * MAX_FSIZE, &block[0]); ! for (i=0;icontent, ! &block[i], ! sizeof(CONTENT_Block)) ) ! res = OK; /* it may still be ok, since padded content will not be identical if encrypted. To check for this, we'd have to decrypt all block[i]'s, the