[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.29 and 1.30

version 1.29, 2000/08/21 16:23:31 version 1.30, 2000/08/25 16:10:05
Line 1007 
Line 1007 
                                         if (screen != NULL)                                          if (screen != NULL)
                                                 fprintf(stderr,                                                  fprintf(stderr,
                                                     "Adding %.*s/unix%s %s %s\n",                                                      "Adding %.*s/unix%s %s %s\n",
                                                     screen-display, display,                                                      (int)(screen-display), display,
                                                     screen, auth_proto, auth_data);                                                      screen, auth_proto, auth_data);
                                 }                                  }
                                 snprintf(cmd, sizeof cmd, "%s -q -",                                  snprintf(cmd, sizeof cmd, "%s -q -",
Line 1018 
Line 1018 
                                             auth_proto, auth_data);                                              auth_proto, auth_data);
                                         if (screen != NULL)                                          if (screen != NULL)
                                                 fprintf(f, "add %.*s/unix%s %s %s\n",                                                  fprintf(f, "add %.*s/unix%s %s %s\n",
                                                     screen-display, display,                                                      (int)(screen-display), display,
                                                     screen, auth_proto, auth_data);                                                      screen, auth_proto, auth_data);
                                         pclose(f);                                          pclose(f);
                                 } else {                                  } else {

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30