simon-git: putty (master): Ben Harris

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Tue May 24 22:11:37 BST 2016


TL;DR:
  f0f1914 Remove CHAN_SOCKDATA_DORMANT.

Repository:     git://git.tartarus.org/simon/putty.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer:      Ben Harris <bjh21 at bjh21.me.uk>
Date:           2016-05-24 22:11:37

commit f0f191466ae44e2f3ee7118c97164b5ca73ec006
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=f0f191466ae44e2f3ee7118c97164b5ca73ec006;hp=066dfb7786d2acfd5a524ff93419168e3202244d
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Mon May 23 10:06:31 2016 +0100

    Remove CHAN_SOCKDATA_DORMANT.
    
    It's redundant with the halfopen flag and is a misuse of the channel
    type field.  Happily, everything that depends on CHAN_SOCKDATA_DORMANT
    also checks halfopen, so removing it is trivial.

 ssh.c |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)



More information about the tartarus-commits mailing list