Re: [PATCH] telnet: busybox telnet autologin with -a -l user option picks incorrect username

2017-08-17 Thread Denys Vlasenko
On Thu, Aug 17, 2017 at 1:56 PM, Tito wrote: > On 08/17/2017 01:14 PM, Athira Rajeev wrote: >>> On 17-Aug-2017, at 4:21 PM, Denys Vlasenko >>> wrote: >>> >>> On Thu, Aug 17, 2017 at 12:01 PM, Athira Rajeev >>> wrote:

Re: [PATCH] telnet: busybox telnet autologin with -a -l user option picks incorrect username

2017-08-17 Thread Tito
On 08/17/2017 01:14 PM, Athira Rajeev wrote: On 17-Aug-2017, at 4:21 PM, Denys Vlasenko wrote: On Thu, Aug 17, 2017 at 12:01 PM, Athira Rajeev wrote: Adding patch which has the following change similar to telnet which: -

Re: [PATCH] telnet: busybox telnet autologin with -a -l user option picks incorrect username

2017-08-17 Thread Athira Rajeev
> On 17-Aug-2017, at 4:21 PM, Denys Vlasenko wrote: > > On Thu, Aug 17, 2017 at 12:01 PM, Athira Rajeev > wrote: >>Adding patch which has the following change similar to telnet which: >>- Assigns from getenv("USER") only if

Re: [PATCH] telnet: busybox telnet autologin with -a -l user option picks incorrect username

2017-08-17 Thread Denys Vlasenko
On Thu, Aug 17, 2017 at 12:01 PM, Athira Rajeev wrote: > Adding patch which has the following change similar to telnet which: > - Assigns from getenv("USER") only if G.autologin is NULL > > Signed-off-by: Athira Rajeev > >