mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
f32d43763d
After migrating to use libaddns, reply_to_addrs() needed to change the way answers are iterated through. Originally libroken implementation gave all answers as separate records with last one being explicitly NULL. libaddns unmarshalling code gives all non-NULL answers and should be iterated with explicit reply->num_answers in use.