Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hook.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ATTR_NONNULL_ALL void hook_address(uint8_t type, struct in_addr* address, uint8_
}

ATTR_NONNULL_ALL void hook(uint8_t type, ddhcp_config* config) {
DEBUG("hook(type:%i,addr:%s,config)\n", type);
DEBUG("hook(type:%i,config)\n", type);

if (!config->hook_command) {
DEBUG("hook_address(...): No hook command set\n");
Expand Down