vlserver-checksignal-returns-voidstar-20080401

LICENSE IPL10
FIXES 92662

CheckSignal returns void*, don't try to return an int directly.
This commit is contained in:
Derrick Brashear 2008-04-01 17:49:42 +00:00
parent 9bdb8599c0
commit 94aa281af8

View File

@ -85,7 +85,7 @@ CheckSignal(void *unused)
if (errorcode =
Init_VLdbase(&trans, LOCKREAD, VLGETSTATS - VL_LOWEST_OPCODE))
return errorcode;
return (void *)errorcode;
VLog(0, ("Dump name hash table out\n"));
for (i = 0; i < HASHSIZE; i++) {
HashNDump(trans, i);