Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/krb5 fix printf args



details:   https://anonhg.NetBSD.org/src/rev/f2410f5f6b04
branches:  trunk
changeset: 821246:f2410f5f6b04
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 30 00:25:15 2017 +0000

description:
fix printf args

diffstat:

 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a09e976adef5 -r f2410f5f6b04 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c
--- a/crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c   Sun Jan 29 22:16:51 2017 +0000
+++ b/crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c   Mon Jan 30 00:25:15 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: send_to_kdc.c,v 1.6 2017/01/29 18:58:08 christos Exp $ */
+/*     $NetBSD: send_to_kdc.c,v 1.7 2017/01/30 00:25:15 christos Exp $ */
 
 /*
  * Copyright (c) 1997 - 2002 Kungliga Tekniska Högskolan
@@ -1248,7 +1248,7 @@
     _krb5_debug(context, 1,
                "%s %s done: %d hosts %lu packets %lu:"
                " wc: %jd.%06ld nr: %jd.%06ld kh: %jd.%06ld tid: %08x",
-               realm, ret, __func__,
+               __func__, realm, ret,
                ctx->stats.num_hosts, ctx->stats.sent_packets,
                (intmax_t)stop_time.tv_sec,
                (long)stop_time.tv_usec,



Home | Main Index | Thread Index | Old Index