Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 671 Keep valgrind happy after time_rec change In gss_acquire_cred_from(), initialize initTimeOut and acceptTimeOut so valgrind does not complain. All these values are ignored if time_rec is NULL, so not having those variables initialized is harmless, but it is annoying to get noise in the valgrind output. [ghudson@mit.edu: clarify commit message] https://github.com/krb5/krb5/commit/042e9fc95a662acb54dc9168749c6725f17ae34a Author: Simo Sorce Committer: Greg Hudson Commit: 042e9fc95a662acb54dc9168749c6725f17ae34a Branch: master src/lib/gssapi/mechglue/g_acquire_cred.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)