fix regression in dn_expand/reverse dns
authorRich Felker <dalias@aerifal.cx>
Sat, 24 Aug 2013 01:25:01 +0000 (21:25 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 24 Aug 2013 01:25:01 +0000 (21:25 -0400)
commit7211551e9ff7c8c9d1491856088cf832f2722bd6
tree82d97ea383d084de57611b8b41188c8a17b0018d
parentd2c42ed25f0488c40f61479ac7feb729d98e1d38
fix regression in dn_expand/reverse dns

off-by-one error copying the name components was yielding junk at the
beginning and truncating one character at the end (of every
component).
src/network/dn_expand.c