mirror of
https://github.com/docker/docs.git
synced 2026-04-01 00:38:52 +07:00
If Authorized returns an error, it returns nil for ctx. This means the deferred function will dereference a nil pointer. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>