-
Notifications
You must be signed in to change notification settings - Fork 912
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
API: expose domains.account #2203
Conversation
reset(); | ||
} | ||
catch (SSqlException &e) { | ||
throw PDNSException("GSQLBackend unable to set kind of domain \""+domain+"\": "+e.txtReason()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please replace kind by account in this error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, ta.
goracle not supported? =) |
Thank you. I will have to wait for merge + autotest packages for testing. |
API: expose domains.account
Thanks to @zeha for adding this, thanks to @ahupowerdns for merging, thanks to @Habbie for not bawling out @ahupowerdns for merging ;-) it works. I tested both GET and POST requests. |
I hope not - the code duplication between |
No, I merely forgot that these are two separate code paths. |
As requested by @jpmens in #2188