summaryrefslogtreecommitdiffstats
path: root/source/libsmb
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-07-17 18:46:06 +0000
committerGerald Carter <jerry@samba.org>2006-07-17 18:46:06 +0000
commitb4bb14b5950debe92edfb9cea233833cd8d768b6 (patch)
tree5716c650a368ed4e62ac2547ac0a5cc7e16430b0 /source/libsmb
parent4d5ef356461e7939a83e95096e5fdeeb277912db (diff)
downloadsamba-b4bb14b5950debe92edfb9cea233833cd8d768b6.tar.gz
samba-b4bb14b5950debe92edfb9cea233833cd8d768b6.tar.xz
samba-b4bb14b5950debe92edfb9cea233833cd8d768b6.zip
r17094: merge fixes for 3.0.23a
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/clikrb5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/libsmb/clikrb5.c b/source/libsmb/clikrb5.c
index abb3843bacb..f0169eb91e6 100644
--- a/source/libsmb/clikrb5.c
+++ b/source/libsmb/clikrb5.c
@@ -112,7 +112,7 @@ static krb5_error_code smb_krb5_parse_name_norealm_conv(krb5_context context,
#ifndef HAVE_KRB5_SET_REAL_TIME
/*
- * This function is not in the Heimdal mainline.
+ * Thir function is not in the Heimdal mainline.
*/
krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds)
{
@@ -682,7 +682,7 @@ failed:
else
err = krb5_auth_con_getlocalsubkey(context, auth_context, &skey);
if (err == 0 && skey != NULL) {
- DEBUG(10, ("Got KRB5 session key of length %d\n", KRB5_KEY_LENGTH(skey)));
+ DEBUG(10, ("Got KRB5 session key of length %d\n", (int)KRB5_KEY_LENGTH(skey)));
*session_key = data_blob(KRB5_KEY_DATA(skey), KRB5_KEY_LENGTH(skey));
dump_data_pw("KRB5 Session Key:\n", session_key->data, session_key->length);