From cfbffe01aa056d3e4f0e96cfe0e580d215fe9a09 Mon Sep 17 00:00:00 2001 From: eku Date: Tue, 7 Oct 2003 08:34:04 +0000 Subject: [PATCH] Fixed compile error. --- src/wal/walw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wal/walw.cpp b/src/wal/walw.cpp index 638c37c537..4e9df6a260 100644 --- a/src/wal/walw.cpp +++ b/src/wal/walw.cpp @@ -1935,7 +1935,7 @@ static SSHORT setup_log(ISC_STATUS * status_vector, WAL_segment->wals_flushed_log_seqno = log_header->walfh_seqno; } - const logf* logf; + const LOGF* logf; if (WAL_segment->wals_max_logfiles > 0) { /* Get the index of this logfile in the list of pre-allocated log files. */