]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Factor out ssh_share_sockname().
authorSimon Tatham <anakin@pobox.com>
Fri, 25 Sep 2015 09:58:05 +0000 (10:58 +0100)
committerSimon Tatham <anakin@pobox.com>
Fri, 25 Sep 2015 11:06:21 +0000 (12:06 +0100)
commit5a9711a1e55786fe3f63e3be413e85844df0b794
tree218d582a5f70102dd737b8b9f118a1c7338ba07e
parent24967601bb59ffd608a46f7667ccff9326f6faf9
Factor out ssh_share_sockname().

This is the part of ssh_connection_sharing_init() which decides on the
identifying string to pass to the platform sharing setup. I'm about to
want to use it for another purpose, so it needs to be moved into a
separate function.
sshshare.c