Michael Ho has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9840
Change subject: KUDU-2385: Fix typo in KinitContext::DoRenewal() ...................................................................... KUDU-2385: Fix typo in KinitContext::DoRenewal() On platforms without krb5_get_init_creds_opt_set_out_ccache(), krb5_cc_store_cred() is called to insert the newly acquired credential into the ccache. However, there was a typo in the code which resulted in inserting the old credential into ccache. This change fixes the typo to make sure the new credential is inserted into ccache. Testing done: confirmed on SLES11 that the new credential is being inserted by checking the 'auth time' of the ticket in ccache. Change-Id: I3a22b8d41d15eb1982a3fd5b96575e28edaad31c --- M src/kudu/security/init.cc 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/40/9840/1 -- To view, visit http://gerrit.cloudera.org:8080/9840 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I3a22b8d41d15eb1982a3fd5b96575e28edaad31c Gerrit-Change-Number: 9840 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Ho <k...@cloudera.com>