libcli: Remove unreachable code in dns_hosts_file.
authorAndreas Schneider <asn@samba.org>
Fri, 26 Sep 2014 11:21:04 +0000 (13:21 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 27 Sep 2014 23:32:09 +0000 (01:32 +0200)
commit321e948c98b01e344e97a0be22ed79f95feb9697
treee91eccb4089d951ce1e8460d960c342c78102e61
parentc22564aca8a7e81be11281a4f5d297b850439b26
libcli: Remove unreachable code in dns_hosts_file.

The count is already checked for 0 above this line so it can never be 0
at this point.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
libcli/dns/dns_hosts_file.c