simon-git: putty (master): Owen Dunn

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Feb 15 20:55:09 GMT 2017


TL;DR:
  52a4cca Return zero when reporting our version.
  717129b Return an error if there's an error doing pscp -ls

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Owen Dunn <owen at greenend.org.uk>
Date:           2017-02-15 20:55:09

commit 52a4ccad27ad7334c63fbc02a5fd2bb37e83bc88
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=52a4ccad27ad7334c63fbc02a5fd2bb37e83bc88;hp=fb839a27fb8cab36b42c7e19bfd5281f98641676
Author: Owen Dunn <owen at greenend.org.uk>
Date:   Wed Feb 15 19:50:14 2017 +0000

    Return zero when reporting our version.
    
    When called with -V to ask for our version, return 0 rather than 1.
    This is the usual behaviour observed by ssh(1) and other Unix commands.
    Also use exit() rather than cleanup_exit() in pscp.c and psftp.c ; at
    this point we have nothing to cleanup!

 pscp.c             | 2 +-
 psftp.c            | 2 +-
 unix/uxpgnt.c      | 2 +-
 unix/uxplink.c     | 2 +-
 windows/winplink.c | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

commit 717129b0f240ce4cae7bded25cffe2857f760d5e
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=717129b0f240ce4cae7bded25cffe2857f760d5e;hp=52a4ccad27ad7334c63fbc02a5fd2bb37e83bc88
Author: Owen Dunn <owen at greenend.org.uk>
Date:   Wed Feb 15 20:31:56 2017 +0000

    Return an error if there's an error doing pscp -ls

 pscp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list