Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/crypto/dist/heimdal/kdc Pullup 1.2 [itojun]:



details:   https://anonhg.NetBSD.org/src/rev/e6cc699e517a
branches:  netbsd-1-5
changeset: 489839:e6cc699e517a
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Oct 17 23:11:27 2000 +0000

description:
Pullup 1.2 [itojun]:
printf format pedant.  (size_t -> u_long).

diffstat:

 crypto/dist/heimdal/kdc/524.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 7eae8bd1f86e -r e6cc699e517a crypto/dist/heimdal/kdc/524.c
--- a/crypto/dist/heimdal/kdc/524.c     Tue Oct 17 23:07:16 2000 +0000
+++ b/crypto/dist/heimdal/kdc/524.c     Tue Oct 17 23:11:27 2000 +0000
@@ -33,7 +33,7 @@
 
 #include "kdc_locl.h"
 
-RCSID("$Id: 524.c,v 1.1.1.1 2000/06/16 18:31:37 thorpej Exp $");
+RCSID("$Id: 524.c,v 1.1.1.1.2.1 2000/10/17 23:11:27 tv Exp $");
 
 #ifdef KRB4
 
@@ -64,7 +64,7 @@
     ret = hdb_enctype2key(context, server, t->enc_part.etype, &skey);
     if(ret){
        kdc_log(0, "No suitable key found for server (%s) "
-               "when converting ticket from ", spn, from);
+               "when converting ticket from %s", spn, from);
        goto out;
     }
     krb5_crypto_init(context, &skey->key, 0, &crypto);



Home | Main Index | Thread Index | Old Index