mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
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:
parent
9bdb8599c0
commit
94aa281af8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user