diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1996-01-20 04:24:26 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1996-01-20 04:24:26 +0000 |
| commit | edcc7506874dd6152c40caa07d90dbae22a7de24 (patch) | |
| tree | db3aa5bacdf3540282a32e3b804e3b061826e31d /src/windows/wintel/auth.c | |
| parent | 4136fd0f9e14dc2197ff8c44a2294e3c64834388 (diff) | |
| download | krb5-edcc7506874dd6152c40caa07d90dbae22a7de24.tar.gz krb5-edcc7506874dd6152c40caa07d90dbae22a7de24.tar.xz krb5-edcc7506874dd6152c40caa07d90dbae22a7de24.zip | |
krb5_get_credentials does not use the same flags as kdc_options
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7346 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/wintel/auth.c')
| -rw-r--r-- | src/windows/wintel/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/wintel/auth.c b/src/windows/wintel/auth.c index 7ff224a4e..4d3d380e5 100644 --- a/src/windows/wintel/auth.c +++ b/src/windows/wintel/auth.c @@ -602,7 +602,7 @@ k5_auth_send (int how) } - if (r = krb5_get_credentials(k5_context, KDC_OPT_RENEWABLE_OK, + if (r = krb5_get_credentials(k5_context, 0, ccache, &cred, &new_cred)) { com_err (NULL, r, "while authorizing."); krb5_free_cred_contents(k5_context, &cred); |
