[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.392 and 1.393

version 1.392, 2023/03/05 05:34:09 version 1.393, 2023/05/24 23:01:06
Line 2346 
Line 2346 
                         fatal("%.200s line %d: %s must be an absolute path",                          fatal("%.200s line %d: %s must be an absolute path",
                             filename, linenum, keyword);                              filename, linenum, keyword);
                 }                  }
                 if (*activep && options->authorized_keys_command == NULL)                  if (*activep && *charptr == NULL)
                         *charptr = xstrdup(str + len);                          *charptr = xstrdup(str + len);
                 argv_consume(&ac);                  argv_consume(&ac);
                 break;                  break;

Legend:
Removed from v.1.392  
changed lines
  Added in v.1.393