]> git.meshlink.io Git - meshlink/commit
Correctly update our own host config file after meshlink_set_port().
authorGuus Sliepen <guus@meshlink.io>
Mon, 9 Sep 2019 19:35:14 +0000 (21:35 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 9 Sep 2019 20:15:21 +0000 (22:15 +0200)
commit15b02e0766ce4fdbf604489fdb1f55c9a0cce850
tree23dd3c1c5360a41174b2de989398b1a5bc8116da
parent93a7614d2aa368a9799d6e39c73542a3998e70bf
Correctly update our own host config file after meshlink_set_port().

We wrote the host config file before we updated mesh->self, causing the
old port number to remain in the host config file. This would cause
subsequent calls to meshlink_invite() to have the wrong port number in
the invitation.
src/meshlink.c
test/invite-join.c