Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/aws: fix crash when Aurora instance disappears #5717

Merged
merged 1 commit into from
Mar 18, 2016

Commits on Mar 18, 2016

  1. provider/aws: fix crash when Aurora instance disappears

    Usage of a helper function was assuming that an error would be returned
    in a not found condition, when in fact a nil pointer was
    returned.
    
    Attached test crashes w/o fix, passes with it.
    
    Fixes #5350
    Refs #5418
    phinze committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    1777520 View commit details
    Browse the repository at this point in the history