mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-10 09:54:22 +01:00
reflect.DeepEqual would return false when comparing nil map/slice with empty map/slice. We would want to return success in such case, since it is possible for upper layers to send these kind of configs. Fixes: #844 Signed-off-by: Peng Tao <bergwolf@gmail.com>