rwrap: If we do not have ns_name_compress() use dn_comp().
authorAndreas Schneider <asn@samba.org>
Thu, 8 Jan 2015 15:32:19 +0000 (16:32 +0100)
committerAndreas Schneider <asn@samba.org>
Mon, 12 Jan 2015 16:27:00 +0000 (17:27 +0100)
This should fix older Linux versions which do not export
ns_name_compress(). In newer glibc versions dn_comp() calls
ns_name_compress().

Reviewed-by: Jakub Hrozek <jakub.hrozek@gmail.com>
Reviewed-by: Michael Adam <obnox@samba.org>

No differences found