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