fixed printf

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2031 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-07 10:24:32 +00:00
parent 2ba91914c0
commit 5d1f54a1d2

View File

@@ -44,7 +44,7 @@ krb5_rd_rep(krb5_context context,
if ((*repl)->ctime != auth_context->authenticator->ctime ||
(*repl)->cusec != auth_context->authenticator->cusec) {
printf("KRB5KRB_AP_ERR_MUT_FAIL\n");
printf ("(%u, %u) != (%u, %u)\n",
printf ("(%u, %lu) != (%u, %lu)\n",
(*repl)->ctime, (*repl)->cusec,
auth_context->authenticator->ctime,
auth_context->authenticator->cusec);