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

Diff for /src/usr.bin/ssh/session.c between version 1.113 and 1.114

version 1.113, 2001/12/19 15:43:11 version 1.114, 2001/12/20 16:37:29
Line 1674 
Line 1674 
                 return 0;                  return 0;
         }          }
         s->display_number = x11_create_display_inet(options.x11_display_offset,          s->display_number = x11_create_display_inet(options.x11_display_offset,
             options.gateway_ports);              options.gateway_ports, s->single_connection);
         if (s->display_number == -1) {          if (s->display_number == -1) {
                 debug("x11_create_display_inet failed.");                  debug("x11_create_display_inet failed.");
                 return 0;                  return 0;

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114