mirror of
https://github.com/moby/moby.git
synced 2026-07-10 00:28:51 +00:00
libnetwork/cnmallocator/networkallocator.go:876:17: append to slice `ipamConfigs` with non-zero initialized length (makezero)
ipamConfigs = append(ipamConfigs, &api.IPAMConfig{Family: api.IPAMConfig_IPV4})
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>