CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/20 09:56:49
Modified files:
usr.bin/ssh : readconf.c
Log message:
Avoid an unnecessary xstrdup in rm_env() when matching patterns.
Since match_pattern() doesn't modify its arguments (they are const),
there is no need to make an extra copy of the strings in options->send_env.
>From Martin Vahlensieck
