X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=f6f561a6a510b34fb95513d689e419783c6f0535;hb=c809f13a12f9ac155ae6c49b73a931714b70b4dc;hp=6c0a9000dbc18872fd0de29be6122d65f5f3aebf;hpb=4e2113a7d5b702ff070e8220b32662bb00ae02dd;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index 6c0a900..f6f561a 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -83,7 +83,9 @@ const char *avahi_strerror(int error) { "Invalid DNS class", "Not supported", - "Not permitted" + "Not permitted", + "Invalid argument", + "Is empty" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)