[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.354 and 1.355

version 1.354, 2021/05/23 18:22:57 version 1.355, 2021/06/08 07:02:46
Line 1728 
Line 1728 
                             filename, linenum);                              filename, linenum);
                         return -1;                          return -1;
                 }                  }
                 if (*activep) {                  if (*activep && options->tun_local == -1) {
                         options->tun_local = value;                          options->tun_local = value;
                         options->tun_remote = value2;                          options->tun_remote = value2;
                 }                  }
Line 1836 
Line 1836 
                             filename, linenum, arg);                              filename, linenum, arg);
                         return -1;                          return -1;
                 }                  }
                 if (*activep) {                  if (*activep && options->ip_qos_interactive == -1) {
                         options->ip_qos_interactive = value;                          options->ip_qos_interactive = value;
                         options->ip_qos_bulk = value2;                          options->ip_qos_bulk = value2;
                 }                  }

Legend:
Removed from v.1.354  
changed lines
  Added in v.1.355