Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dnssd: Fix off by one error when adding device names
for some reason, there was an off by one error, which means we always dropped the last device, and never saw it when we were looking at scan contexts... pi@raspberrypi:~/libiio/build $ iio_info -s Available contexts: 0: 169.254.231.18 (cpu_thermal) [ip:raspberrypi.local] should have been (and is after the fix): pi@raspberrypi:~/libiio/build $ ./tests/iio_info -s Available contexts: 0: 169.254.231.18 (cpu_thermal,rpi_volt) [ip:raspberrypi.local] Signed-off-by: Robin Getz <[email protected]>
- Loading branch information