[BACK]Return to servconf.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/servconf.c between version 1.384 and 1.385

version 1.384, 2022/03/18 04:04:11 version 1.385, 2022/06/03 04:30:47
Line 1976 
Line 1976 
                                     filename, linenum);                                      filename, linenum);
                         if (!*activep || uvalue != 0)                          if (!*activep || uvalue != 0)
                                 continue;                                  continue;
                           if (lookup_setenv_in_list(arg, options->setenv,
                               options->num_setenv) != NULL) {
                                   debug2("%s line %d: ignoring duplicate env "
                                       "name \"%.64s\"", filename, linenum, arg);
                                   continue;
                           }
                         opt_array_append(filename, linenum, keyword,                          opt_array_append(filename, linenum, keyword,
                             &options->setenv, &options->num_setenv, arg);                              &options->setenv, &options->num_setenv, arg);
                 }                  }

Legend:
Removed from v.1.384  
changed lines
  Added in v.1.385