]> git.meshlink.io Git - catta/blobdiff - avahi-core/rr.c
* correctly handle empty domain names (i.e. the root zone)
[catta] / avahi-core / rr.c
index c1faa501f9be9a485e73213596f4888598eae243..ef1c3d6e68313ac02ca328076d009f40eb18c275 100644 (file)
@@ -72,7 +72,6 @@ AvahiKey *avahi_key_new_cname(AvahiKey *key) {
     return avahi_key_new(key->name, key->clazz, AVAHI_DNS_TYPE_CNAME);
 }
 
-
 AvahiKey *avahi_key_ref(AvahiKey *k) {
     assert(k);
     assert(k->ref >= 1);