channel_new no longer frees remote_name. So update the comment
authordjm <djm@openbsd.org>
Thu, 5 May 2022 00:56:58 +0000 (00:56 +0000)
committerdjm <djm@openbsd.org>
Thu, 5 May 2022 00:56:58 +0000 (00:56 +0000)
commit287a191854ace126112c6d304bbf8a1a593b55da
treeee90509324cf874d12fb2c25d4d718dc840b205c
parenta5b951a6a0e203ed6c36cf455f3032e885a4bd12
channel_new no longer frees remote_name.  So update the comment
accordingly.  As remote_name is not modified, it can be const
as well. From Martin Vahlensieck
usr.bin/ssh/channels.c
usr.bin/ssh/channels.h