Re: ssh: channels.c: Fix comment and add a const
applied On Wed, 4 May 2022, Martin Vahlensieck wrote: > Hi > > channel_new no longer frees remote_name. So update the comment > accordingly. As remote_name is not modified, it can be const > as well. > > Best, > > Martin > > Index: channels.c > ==
ssh: channels.c: Fix comment and add a const
Hi channel_new no longer frees remote_name. So update the comment accordingly. As remote_name is not modified, it can be const as well. Best, Martin Index: channels.c === RCS file: /home/reposync/cvs/src/usr.bin/ssh/channels.c,v