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

Diff for /src/usr.bin/ssh/ssh.c between version 1.579 and 1.580

version 1.579, 2022/10/24 22:43:36 version 1.580, 2022/11/09 00:15:59
Line 2011 
Line 2011 
         char *proto = NULL, *data = NULL;          char *proto = NULL, *data = NULL;
   
         if (!success)          if (!success)
                 return; /* No need for error message, channels code sens one */                  return; /* No need for error message, channels code sends one */
   
         display = getenv("DISPLAY");          display = getenv("DISPLAY");
         if (display == NULL && options.forward_x11)          if (display == NULL && options.forward_x11)

Legend:
Removed from v.1.579  
changed lines
  Added in v.1.580