]> git.meshlink.io Git - meshlink/commit
Fix invitation URL generation when running in a network namespace.
authorGuus Sliepen <guus@meshlink.io>
Wed, 22 Jul 2020 13:00:59 +0000 (15:00 +0200)
committerGuus Sliepen <guus@meshlink.io>
Wed, 22 Jul 2020 13:00:59 +0000 (15:00 +0200)
commitee00033298d347b3da13dfca0d18db1c897953e1
treef20342ba48c97992bfbbcabfb59395d2b952fa07
parent939e4f5a034802d774bc934d48d920039bbf058c
Fix invitation URL generation when running in a network namespace.

MeshLink could call getifaddrs() in the namespace of the caller instead of
the MeshLink thread, causing the wrong addresses to be put in the inviation
URL.
src/meshlink.c