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

Diff for /src/usr.bin/ssh/readconf.c between version 1.304 and 1.305

version 1.304, 2019/03/01 02:08:50 version 1.305, 2019/06/07 14:18:48
Line 1191 
Line 1191 
                 if (!arg || *arg == '\0')                  if (!arg || *arg == '\0')
                         fatal("%.200s line %d: Missing argument.", filename, linenum);                          fatal("%.200s line %d: Missing argument.", filename, linenum);
                 if (*arg != '-' && !mac_valid(*arg == '+' ? arg + 1 : arg))                  if (*arg != '-' && !mac_valid(*arg == '+' ? arg + 1 : arg))
                         fatal("%.200s line %d: Bad SSH2 Mac spec '%s'.",                          fatal("%.200s line %d: Bad SSH2 MAC spec '%s'.",
                             filename, linenum, arg ? arg : "<NONE>");                              filename, linenum, arg ? arg : "<NONE>");
                 if (*activep && options->macs == NULL)                  if (*activep && options->macs == NULL)
                         options->macs = xstrdup(arg);                          options->macs = xstrdup(arg);

Legend:
Removed from v.1.304  
changed lines
  Added in v.1.305