diff options
Diffstat (limited to 'src/lib/dhcpsrv/csv_lease_file4.h')
-rw-r--r-- | src/lib/dhcpsrv/csv_lease_file4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/csv_lease_file4.h b/src/lib/dhcpsrv/csv_lease_file4.h index dc34760e63..736316209d 100644 --- a/src/lib/dhcpsrv/csv_lease_file4.h +++ b/src/lib/dhcpsrv/csv_lease_file4.h @@ -56,7 +56,7 @@ public: /// statistics associated with any previous use of the file /// While it doesn't throw any exceptions of its own /// the base class may do so. - virtual void open(); + virtual void open(const bool seek_to_end = false); /// @brief Appends the lease record to the CSV file. /// |