Trivial change: 0->NULL for pointer constant.

This commit is contained in:
Simon Kelley
2013-04-02 16:32:25 +01:00
parent 8ac9787350
commit 5b37aa8c19

View File

@@ -326,7 +326,7 @@ struct dhcp_context *address6_allocate(struct dhcp_context *context, unsigned c
} while (addr != start); } while (addr != start);
} }
return 0; return NULL;
} }
/* can dynamically allocate addr */ /* can dynamically allocate addr */