]> git.meshlink.io Git - meshlink/commitdiff
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)
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.


No differences found