[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.1 and 1.24.2.2

version 1.24.2.1, 2002/03/07 17:37:45 version 1.24.2.2, 2002/05/17 00:03:23
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.24.2.1  
changed lines
  Added in v.1.24.2.2