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

Diff for /src/usr.bin/ssh/auth-krb5.c between version 1.8.2.1 and 1.8.2.2

version 1.8.2.1, 2002/10/11 14:51:51 version 1.8.2.2, 2003/04/03 22:35:16
Line 97 
Line 97 
         if (problem)          if (problem)
                 goto err;                  goto err;
   
         problem = krb5_sname_to_principal(authctxt->krb5_ctx,  NULL, NULL ,          problem = krb5_sname_to_principal(authctxt->krb5_ctx, NULL, NULL,
             KRB5_NT_SRV_HST, &server);              KRB5_NT_SRV_HST, &server);
         if (problem)          if (problem)
                 goto err;                  goto err;

Legend:
Removed from v.1.8.2.1  
changed lines
  Added in v.1.8.2.2