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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.359 and 1.360

version 1.359, 2021/03/19 02:22:34 version 1.360, 2021/04/30 04:29:53
Line 688 
Line 688 
                  * their stderr.                   * their stderr.
                  */                   */
                 if (tochan) {                  if (tochan) {
                           debug3_f("channel %d: mux request: %s", c->self,
                               cr->request_type);
                         if ((r = sshbuf_put(c->extended, errmsg,                          if ((r = sshbuf_put(c->extended, errmsg,
                             strlen(errmsg))) != 0)                              strlen(errmsg))) != 0)
                                 fatal_fr(r, "sshbuf_put");                                  fatal_fr(r, "sshbuf_put");

Legend:
Removed from v.1.359  
changed lines
  Added in v.1.360