mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Silence compiler warning about uninitialized variable, noted by
Itagaki Takahiro
This commit is contained in:
@ -1784,6 +1784,7 @@ _discoverArchiveFormat(ArchiveHandle *AH)
|
|||||||
#endif
|
#endif
|
||||||
die_horribly(AH, modulename, "directory \"%s\" does not appear to be a valid archive (\"toc.dat\" does not exist)\n",
|
die_horribly(AH, modulename, "directory \"%s\" does not appear to be a valid archive (\"toc.dat\" does not exist)\n",
|
||||||
AH->fSpec);
|
AH->fSpec);
|
||||||
|
fh = NULL; /* keep compiler quiet */
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user