Omar Sandoval wrote: > +++ b/readconf.c > @@ -1294,6 +1295,34 @@ parse_keytypes: .. > + case oSetEnv: .. > + value = 0; > + for (j = 0; j < options->num_send_env; j++) { > + if (match_pattern(arg, options->send_env[j])) { > + value = 1; > + break; > + } > + } Should the above really use pattern matching to compare variable names? //Peter _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev