mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[PR #19] [MERGED] Fix config not being used #242
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/acme-dns/acme-dns/pull/19
Author: @koesie10
Created: 11/14/2017
Status: ✅ Merged
Merged: 11/14/2017
Merged by: @joohoi
Base:
master← Head:fix-config📝 Commits (1)
3295082Fix config not being used📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
main.go(+0 -1)📄 Description
The read-in config was not being used because it was stored in a local variable, not in the global variable with the same name.
This bug was introduced here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.