Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
environs/bootstrap: ValidateUploadAllowed takes a string, not a pointer #3119
Conversation
davecheney
added some commits
Aug 27, 2015
|
Was discarded on Review Board. |
anastasiamac
closed this
Aug 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedAug 27, 2015
This PR changes ValidateUploadAllowed to take a string for the arch, not a
pointer. The empty string has the same effect as a nil pointer and is easier
to use for both the caller and implementer.
(Review request: http://reviews.vapour.ws/r/2498/)