[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.25 and 1.26

version 1.25, 2001/12/19 07:18:56 version 1.26, 2002/03/18 01:30:10
Line 253 
Line 253 
                 log("Kerberos v4 .klogin authorization failed for %s to "                  log("Kerberos v4 .klogin authorization failed for %s to "
                     "account %s", *client, authctxt->user);                      "account %s", *client, authctxt->user);
                 xfree(*client);                  xfree(*client);
                   *client = NULL;
                 return (0);                  return (0);
         }          }
         /* Increment the checksum, and return it encrypted with the          /* Increment the checksum, and return it encrypted with the

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