]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/resolve/resolved-dns-rr.c
resolved: fix DNS_TYPE_ANY vs DNS_CLASS_ANY confusion
authorDaniel Mack <daniel@zonque.org>
Wed, 15 Jul 2015 18:37:42 +0000 (14:37 -0400)
committerDaniel Mack <daniel@zonque.org>
Fri, 24 Jul 2015 17:54:00 +0000 (19:54 +0200)
commit816b4547dac1b052239ad6ee3801c78c691e5cb4
tree2add109648fd28fafa965d6600006340d6856ef4
parentb83b298102e1abd03565052cb2bc60234e09b692
resolved: fix DNS_TYPE_ANY vs DNS_CLASS_ANY confusion

Assigning a TPYE enum value to a class variable is certainly wrong.
However, they both have the same value, so the result was correct
nevertheless.
src/resolve/resolved-dns-rr.c