Commit 5b37aa8c authored by Simon Kelley's avatar Simon Kelley

Trivial change: 0->NULL for pointer constant.

parent 8ac97873
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment