From: Guus Sliepen Date: Mon, 9 Sep 2019 19:35:14 +0000 (+0200) Subject: Correctly update our own host config file after meshlink_set_port(). X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=15b02e0766ce4fdbf604489fdb1f55c9a0cce850;hp=15b02e0766ce4fdbf604489fdb1f55c9a0cce850;p=meshlink 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. ---