[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.24.2.2 and 1.24.2.3

version 1.24.2.2, 2002/05/17 00:03:23 version 1.24.2.3, 2002/06/22 07:23:16
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.24.2.2  
changed lines
  Added in v.1.24.2.3