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

Diff for /src/usr.bin/ssh/Attic/auth-krb4.c between version 1.26 and 1.26.2.1

version 1.26, 2002/03/18 01:30:10 version 1.26.2.1, 2002/06/26 15:30:37
Line 57 
Line 57 
                 if (lstat("/ticket", &st) != -1)                  if (lstat("/ticket", &st) != -1)
                         tkt_root = "/ticket/";                          tkt_root = "/ticket/";
 #endif /* AFS */  #endif /* AFS */
                 snprintf(authctxt->krb4_ticket_file, MAXPATHLEN, "%s%u_%d",                  snprintf(authctxt->krb4_ticket_file, MAXPATHLEN, "%s%u_%ld",
                     tkt_root, authctxt->pw->pw_uid, getpid());                      tkt_root, authctxt->pw->pw_uid, (long)getpid());
                 krb_set_tkt_string(authctxt->krb4_ticket_file);                  krb_set_tkt_string(authctxt->krb4_ticket_file);
         }          }
         /* Register ticket cleanup in case of fatal error. */          /* Register ticket cleanup in case of fatal error. */

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.26.2.1