mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
budb-no-pointer-math-on-void-star-20090316
LICENSE IPL10 can't do pointer math on void*; already casting to char* anyway
This commit is contained in:
parent
95d639b194
commit
f076eb4f88
@ -530,7 +530,7 @@ SendReturnList(struct ubik_trans *ut,
|
|||||||
afs_int32 code;
|
afs_int32 code;
|
||||||
int to_return;
|
int to_return;
|
||||||
int i;
|
int i;
|
||||||
void *e;
|
char *e;
|
||||||
|
|
||||||
*nextIndexP = -1;
|
*nextIndexP = -1;
|
||||||
*dbTimeP = ntohl(db.h.lastUpdate);
|
*dbTimeP = ntohl(db.h.lastUpdate);
|
||||||
|
Loading…
Reference in New Issue
Block a user