mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
Squash afs_GenericStoreProc warning
code is potentially unitialized. Initialize it. Change-Id: I9c8a787d9f7f05ea88752063f1b31e0be61e28ba Reviewed-on: http://gerrit.openafs.org/1746 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
830cb48cbd
commit
6bccc0aee0
@ -270,7 +270,7 @@ afs_GenericStoreProc(struct storeOps *ops, void *rock,
|
||||
{
|
||||
struct rxfs_storeVariables *svar = rock;
|
||||
afs_uint32 tlen, bytesread, byteswritten;
|
||||
afs_int32 code;
|
||||
afs_int32 code = 0;
|
||||
int offset = 0;
|
||||
afs_size_t size;
|
||||
struct osi_file *tfile;
|
||||
|
Loading…
Reference in New Issue
Block a user