[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.23.2.2 and 1.23.2.3

version 1.23.2.2, 2002/03/09 00:20:43 version 1.23.2.3, 2002/06/02 22:56:09
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.23.2.2  
changed lines
  Added in v.1.23.2.3