mirror of
https://github.com/novatiq/packages.git
synced 2026-07-09 21:39:27 +01:00
e6c1676cb4
If a daemon listens on multiple addresses at once, it'll show up multiple times in get_listeners() which will clobber the config for uhttpd. Fix this by skipping subsequent handlings of the same daemon binary. Fixes #13325. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>