]> git.meshlink.io Git - catta/blobdiff - avahi-common/error.c
* nicer display of txt records
[catta] / avahi-common / error.c
index af104227cc9861f235e0ffc4fddf727f8f1a3cea..c997dc05f7d44d89a2799fc5580281d83f982fc9 100644 (file)
@@ -77,7 +77,10 @@ const char *avahi_strerror(int error) {
         "DNS failure: YXRRSET",
         "DNS failure: NXRRSET",
         "DNS failure: NOTAUTH",
-        "DNS failure: NOTZONE"
+        "DNS failure: NOTZONE",
+        "Invalid RDATA",
+        "Invalid DNS type",
+        "Invalid DNS class"
     };
 
     if (-error < 0 || -error >= -AVAHI_ERR_MAX)