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:
@@ -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
|
||||
|
Reference in New Issue
Block a user