]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1239] csv lease file is now kea thread safe
authorRazvan Becheriu <razvan@isc.org>
Tue, 9 Jun 2020 10:00:15 +0000 (13:00 +0300)
committerRazvan Becheriu <razvan@isc.org>
Tue, 16 Jun 2020 09:02:52 +0000 (09:02 +0000)
src/lib/util/csv_file.h

index d4f7596711d73ffc04289f72184baa0e98751bb3..e595539de43a511221a7d226b5d7a76dbe8f4e2b 100644 (file)
@@ -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.
     ///