vbackup: fix uninitialized variable use in -i code
This commit is contained in:
parent
34b2f0bc1d
commit
b88619038f
@ -239,6 +239,7 @@ threadmain(int argc, char **argv)
|
||||
sysfatal("file system block counts don't match %lld %lld", e.size, fsys->nblock*bsize);
|
||||
}
|
||||
|
||||
tmpnam = nil;
|
||||
if(incremental){
|
||||
if(vtfilegetentry(vfile, &e) < 0)
|
||||
sysfatal("vtfilegetentry: %r");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user