mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[#898] Removed @param from load
This commit is contained in:
@@ -87,7 +87,6 @@ int pkt4_receive(CalloutHandle& handle) {
|
|||||||
|
|
||||||
/// @brief This function is called when the library is loaded.
|
/// @brief This function is called when the library is loaded.
|
||||||
///
|
///
|
||||||
/// @param handle library handle (unused).
|
|
||||||
/// @return always 0.
|
/// @return always 0.
|
||||||
int load(LibraryHandle& /* handle */) {
|
int load(LibraryHandle& /* handle */) {
|
||||||
LOG_INFO(bootp_logger, BOOTP_LOAD);
|
LOG_INFO(bootp_logger, BOOTP_LOAD);
|
||||||
|
Reference in New Issue
Block a user