diff --git a/src/dhcp6.c b/src/dhcp6.c index 7d7d358..dd53f86 100644 --- a/src/dhcp6.c +++ b/src/dhcp6.c @@ -326,7 +326,7 @@ struct dhcp_context *address6_allocate(struct dhcp_context *context, unsigned c } while (addr != start); } - return 0; + return NULL; } /* can dynamically allocate addr */