2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#898] Removed @param from load

This commit is contained in:
Francis Dupont
2019-12-10 10:30:44 +01:00
parent 33ffd8e747
commit cde15d3ad2

View File

@@ -87,7 +87,6 @@ int pkt4_receive(CalloutHandle& handle) {
/// @brief This function is called when the library is loaded.
///
/// @param handle library handle (unused).
/// @return always 0.
int load(LibraryHandle& /* handle */) {
LOG_INFO(bootp_logger, BOOTP_LOAD);