mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Silence compiler warning about uninitialized variable, noted by
Itagaki Takahiro
This commit is contained in:
parent
41611f16e9
commit
56d77c9e56
1 changed files with 1 additions and 0 deletions
|
|
@ -1784,6 +1784,7 @@ _discoverArchiveFormat(ArchiveHandle *AH)
|
|||
#endif
|
||||
die_horribly(AH, modulename, "directory \"%s\" does not appear to be a valid archive (\"toc.dat\" does not exist)\n",
|
||||
AH->fSpec);
|
||||
fh = NULL; /* keep compiler quiet */
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue