mirror of
https://github.com/moby/moby.git
synced 2026-07-25 00:37:00 +00:00
This `err` is special (as described at the top of the function), but due to its name is easy to overlook, which risks the chance of inadvertently shadowing it. This patch renames the variable to reduce the chance of this happening. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>