2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[master] Fixed db_lost_callback default to NULL build issue

Replaced = NULL with = 0 in dhcpsrv header files altered for 5477.
This commit is contained in:
Thomas Markwalder
2018-03-13 09:01:32 -04:00
parent 4eb1198b5e
commit a5cb18b0b4
7 changed files with 7 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ public:
/// @throw isc::dhcp::DbOperationError An operation on the open database has
/// failed.
PgSqlHostDataSource(const DatabaseConnection::ParameterMap& parameters,
DatabaseConnection::DbLostCallback db_lost_callback = NULL);
DatabaseConnection::DbLostCallback db_lost_callback = 0);
/// @brief Virtual destructor.
/// Frees database resources and closes the database connection through