[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.9 and 1.9.2.1

version 1.9, 2002/09/09 06:48:06 version 1.9.2.1, 2003/04/01 00:12:13
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.9  
changed lines
  Added in v.1.9.2.1