mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Fixed compile error.
This commit is contained in:
parent
f7d5be00ea
commit
cfbffe01aa
@ -1935,7 +1935,7 @@ static SSHORT setup_log(ISC_STATUS * status_vector,
|
|||||||
WAL_segment->wals_flushed_log_seqno = log_header->walfh_seqno;
|
WAL_segment->wals_flushed_log_seqno = log_header->walfh_seqno;
|
||||||
}
|
}
|
||||||
|
|
||||||
const logf* logf;
|
const LOGF* logf;
|
||||||
if (WAL_segment->wals_max_logfiles > 0) {
|
if (WAL_segment->wals_max_logfiles > 0) {
|
||||||
/* Get the index of this logfile in the list of pre-allocated
|
/* Get the index of this logfile in the list of pre-allocated
|
||||||
log files. */
|
log files. */
|
||||||
|
Loading…
Reference in New Issue
Block a user