From: Mark Wooding Date: Wed, 6 Jun 2018 19:22:04 +0000 (+0100) Subject: noip.c: Factor out the non-implicit-binding parts of `do_implicit_bind'. X-Git-Tag: 1.2.0~21 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/preload-hacks/commitdiff_plain/6e1fe695843e716e8e9ab66f56383296883c3a20?ds=sidebyside;hp=6e1fe695843e716e8e9ab66f56383296883c3a20 noip.c: Factor out the non-implicit-binding parts of `do_implicit_bind'. The function's other responsibilities are taken over by a new function `fixup_client_socket'. When I did this, I anticipated that I was going to have to make the latter rather more complicated, but it turns out that it's not actually that far off. No functional change, though the new function takes a different approach to producing the same effective control flow. ---