Skip Menu |
 

Date: Wed, 16 May 2012 16:11:02 -0400
From: "W. Trevor King" <wking@tremily.us>
To: krb5-bugs@mit.edu
Subject: [PATCH 1/1] trace.c: rename k5trace to krb5int_trace in comments.
There has never been a `k5trace` function.

---
src/lib/krb5/os/trace.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/krb5/os/trace.c b/src/lib/krb5/os/trace.c
index a231ca0..e859c13 100644
--- a/src/lib/krb5/os/trace.c
+++ b/src/lib/krb5/os/trace.c
@@ -1,5 +1,5 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
-/* lib/krb5/os/trace.c - k5trace implementation */
+/* lib/krb5/os/trace.c - krb5int_trace implementation */
/*
* Copyright 2009 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +25,10 @@
*/

/*
- * k5trace is defined in k5-int.h as a macro or static inline function,
- * and is called like so:
+ * krb5int_trace is defined in k5-trace.h as a macro or static inline
+ * function, and is called like so:
*
- * void k5trace(krb5_context context, const char *fmt, ...)
+ * void krb5int_trace(krb5_context context, const char *fmt, ...)
*
* Arguments may or may not be evaluated, so don't pass argument
* expressions with side effects. Tracing support and calls can be
--
1.7.3.4
Download signature.asc
application/pgp-signature 490B

Message body not shown because it is not plain text.

From: tlyu@mit.edu
Subject: SVN Commit

Correct the name of krb5int_trace in comments

Patch from W. Trevor King.

https://github.com/krb5/krb5/commit/d605580fe29225d9fea25fd1ad75ebdcc8288717
Author: Tom Yu <tlyu@mit.edu>
Commit: d605580fe29225d9fea25fd1ad75ebdcc8288717
Branch: master
src/lib/krb5/os/trace.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)