[26966] in CVS-changelog-for-Kerberos-V5
krb5 commit [krb5-1.10]: Refresh ticket display immediately after
daemon@ATHENA.MIT.EDU (Tom Yu)
Wed Aug 29 19:17:39 2012
Date: Wed, 29 Aug 2012 19:17:32 -0400
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201208292317.q7TNHWl7017130@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/2d357d2ff3e3aa5e3c2dabd7a71b780dc7fb2a29
commit 2d357d2ff3e3aa5e3c2dabd7a71b780dc7fb2a29
Author: Kevin Wasserman <kevin.wasserman@painless-security.com>
Date: Sun Aug 5 12:15:28 2012 -0400
Refresh ticket display immediately after renew
Set the CLeashApp::m_bUpdateDisplay flag to cause the display to
update on the next WM_IDLE message to the main thread.
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
(cherry picked from commit c5c528f955e4f6348e8e278cc7f6f65fc3a1a516)
ticket: 7331
status: resolved
src/windows/leash/LeashView.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/windows/leash/LeashView.cpp b/src/windows/leash/LeashView.cpp
index 51777e4..c3d45a5 100644
--- a/src/windows/leash/LeashView.cpp
+++ b/src/windows/leash/LeashView.cpp
@@ -866,6 +866,8 @@ cleanup:
pkrb5_free_context(ctx);
if (ccache_name != NULL)
free(ccache_name);
+
+ CLeashApp::m_bUpdateDisplay = TRUE;
return 0;
}
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5