mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 23:40:13 +00:00
restore-uninitialized-var-20081018
LICENSE MIT 'last' must be initialized. do so.
This commit is contained in:
parent
1bdea5e470
commit
f69137625f
@ -164,7 +164,8 @@ bc_Restorer(aindex)
|
||||
afs_int32 tapedumpid, parent;
|
||||
|
||||
afs_int32 nentries = 0;
|
||||
afs_int32 last, next, ve, vecount;
|
||||
afs_int32 last = 0;
|
||||
afs_int32 next, ve, vecount;
|
||||
struct bc_tapeItem *ti, *pti, *nti;
|
||||
struct bc_tapeList *tapeList = (struct bc_tapeList *)0;
|
||||
struct bc_tapeList *tle, *ptle, *ntle;
|
||||
|
Loading…
Reference in New Issue
Block a user