Skip to content

Commit

Permalink
ticket: 6472
Browse files Browse the repository at this point in the history
version_fixed: 1.7

pull up r22290 from trunk

 ------------------------------------------------------------------------
 r22290 | tlyu | 2009-04-28 20:31:50 -0400 (Tue, 28 Apr 2009) | 5 lines
 Changed paths:
    M /trunk/src/clients/ksu/krb_auth_su.c

 ticket: 6472
 target_version: 1.7
 tags: pullup

 Fix typo in error message reported by Marek Mahut (Red Hat).

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-7@22332 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed May 11, 2009
1 parent fd68a8a commit 79d2882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/ksu/krb_auth_su.c
Expand Up @@ -179,7 +179,7 @@ krb5_boolean krb5_auth_check(context, client_pname, hostname, options,

if ((retval = krb5_get_cred_from_kdc(context, cc, &in_creds,
&out_creds, &tgts))){
com_err(prog_name, retval, "while geting credentials from kdc");
com_err(prog_name, retval, "while getting credentials from kdc");
return (FALSE);
}

Expand Down

0 comments on commit 79d2882

Please sign in to comment.