Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IPAddress: Fix zero-initialization of ip6_addr_t
C-style zero init produces compiler warnings, use C++-style zero init.
- Loading branch information