Re: [PATCH 3 of 3] sshpeer: drop support for not reading stderr

2018-03-12 Thread Gregory Szorc
On Mon, Mar 12, 2018 at 7:17 AM, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1520858773 -32400 > # Mon Mar 12 21:46:13 2018 +0900 > # Node ID e6071590cd3e6e376ff45a11204065f08f72eee8 > # Parent

[PATCH 3 of 3] sshpeer: drop support for not reading stderr

2018-03-12 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1520858773 -32400 # Mon Mar 12 21:46:13 2018 +0900 # Node ID e6071590cd3e6e376ff45a11204065f08f72eee8 # Parent d3dd691a3fce0c501a34ed68d1a08b563a78794c sshpeer: drop support for not reading stderr It's handled by caller now.