From: Razvan Becheriu Date: Tue, 9 Jun 2020 10:00:15 +0000 (+0300) Subject: [#1239] csv lease file is now kea thread safe X-Git-Tag: Kea-1.7.9~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f88471e24fa4d6a827ed34276ec10bce97421fe8;p=thirdparty%2Fkea.git [#1239] csv lease file is now kea thread safe --- diff --git a/src/lib/util/csv_file.h b/src/lib/util/csv_file.h index d4f7596711..e595539de4 100644 --- a/src/lib/util/csv_file.h +++ b/src/lib/util/csv_file.h @@ -387,7 +387,7 @@ public: void append(const CSVRow& row) const; /// @brief Closes the CSV file. - virtual void close(); + void close(); /// @brief Checks if the CSV file exists and can be opened for reading. ///