[26676] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Pass empty string instead of NULL to printf-like

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Tue Jul 3 11:08:43 2012

Date: Tue, 3 Jul 2012 00:43:53 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201207030443.q634hrda013729@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/e8d1c9c2a2c4f47d62780146eba87fb0b1235142
commit e8d1c9c2a2c4f47d62780146eba87fb0b1235142
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Wed Jun 27 19:10:16 2012 -0400

    Pass empty string instead of NULL to printf-like

 src/tests/misc/test_chpw_message.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tests/misc/test_chpw_message.c b/src/tests/misc/test_chpw_message.c
index bf3169a..aef96b1 100644
--- a/src/tests/misc/test_chpw_message.c
+++ b/src/tests/misc/test_chpw_message.c
@@ -96,7 +96,7 @@ static void
 check(krb5_error_code code)
 {
     if (code != 0) {
-        com_err("t_vfy_increds", code, NULL);
+        com_err("t_vfy_increds", code, "");
         abort();
     }
 }
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post