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 missing quote



details:   https://anonhg.NetBSD.org/src/rev/188a74536a22
branches:  trunk
changeset: 350987:188a74536a22
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 29 18:58:08 2017 +0000

description:
missing quote

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 0d2dbc0b3f46 -r 188a74536a22 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 18:57:06 2017 +0000
+++ b/crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c   Sun Jan 29 18:58:08 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: send_to_kdc.c,v 1.5 2017/01/29 18:57:06 christos Exp $ */
+/*     $NetBSD: send_to_kdc.c,v 1.6 2017/01/29 18:58:08 christos Exp $ */
 
 /*
  * Copyright (c) 1997 - 2002 Kungliga Tekniska Högskolan
@@ -1246,7 +1246,7 @@
     }
 
     _krb5_debug(context, 1,
-               "%s %s done: %d hosts %lu packets %lu:
+               "%s %s done: %d hosts %lu packets %lu:"
                " wc: %jd.%06ld nr: %jd.%06ld kh: %jd.%06ld tid: %08x",
                realm, ret, __func__,
                ctx->stats.num_hosts, ctx->stats.sent_packets,



Home | Main Index | Thread Index | Old Index