aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/static_leases.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/static_leases.c')
-rw-r--r--networking/udhcp/static_leases.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/static_leases.c b/networking/udhcp/static_leases.c
index 1124d39de..524798316 100644
--- a/networking/udhcp/static_leases.c
+++ b/networking/udhcp/static_leases.c
@@ -93,7 +93,7 @@ uint32_t reservedIp(struct static_lease *lease_struct, uint32_t ip)
93 93
94} 94}
95 95
96#ifdef UDHCP_DEBUG 96#ifdef CONFIG_FEATURE_UDHCP_DEBUG
97/* Print out static leases just to check what's going on */ 97/* Print out static leases just to check what's going on */
98/* Takes the address of the pointer to the static_leases linked list */ 98/* Takes the address of the pointer to the static_leases linked list */
99void printStaticLeases(struct static_lease **arg) 99void printStaticLeases(struct static_lease **arg)