1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

resolved: provide properly named way to access SPF data in RRs

This commit is contained in:
Lennart Poettering 2014-07-31 18:03:09 +02:00
parent 6a6fc3df74
commit c0eb11cfd0

View File

@ -104,7 +104,7 @@ struct DnsResourceRecord {
struct {
char **strings;
} txt;
} txt, spf;
struct {
struct in_addr in_addr;