dns-domain: add call for concatenating two domain names
authorLennart Poettering <lennart@poettering.net>
Mon, 17 Aug 2015 22:05:41 +0000 (00:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 21 Aug 2015 10:41:07 +0000 (12:41 +0200)
commit9ca45586e67c6d061d0db7bdf5b05d30e37e368d
tree0a9c3677c7a49602f715d93dc678228c8b077680
parent46a5e0e7421bcc47755ae15d430c15a16dc9e03e
dns-domain: add call for concatenating two domain names

This is specifically useful for appending the mDNS ".local" suffix to a
single-label hostname in the most correct way. (used in later commit)
src/shared/dns-domain.c
src/shared/dns-domain.h
src/test/test-dns-domain.c