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(-)