]> git.meshlink.io Git - meshlink/commit
Only start discovery once per process.
authorGuus Sliepen <guus@meshlink.io>
Fri, 8 Aug 2014 14:09:11 +0000 (16:09 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 8 Aug 2014 14:09:11 +0000 (16:09 +0200)
commitafa120900edda1e48a5e91bd6697a6e48395526c
treee3ac31932dfca1b785e26d65f086fef14d1e46a7
parent3e803945761718a5310866b463cc0807bf85a597
Only start discovery once per process.

Starting multiple Avahi threads in one process will fail with one of the
threads triggering an assert(), thus killing the process. It's not
critical that Avahi runs, so make sure we only start one.
src/meshlink.c