summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/windows/wintel/auth.c2
-rw-r--r--src/windows/wintel/changelo5
2 files changed, 6 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);
diff --git a/src/windows/wintel/changelo b/src/windows/wintel/changelo
index 05addc0cb..42f63e266 100644
--- a/src/windows/wintel/changelo
+++ b/src/windows/wintel/changelo
@@ -1,3 +1,8 @@
+Fri Jan 19 23:22:12 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * auth.c (k5_auth_send): krb5_get_credentials does not take the
+ kdc_options flags.
+
Tue Sep 26 20:11:18 1995 <tytso@rsts-11.mit.edu>
* auth.c: Don't include los-proto.h; it's no longer present.