]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Refresh ticket display immediately after renew
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Sun, 5 Aug 2012 16:15:28 +0000 (12:15 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 29 Aug 2012 22:21:44 +0000 (18:21 -0400)
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

index 51777e4081b593edc896853003b93f6b119aed51..c3d45a5735164e668ef44a06074e931f24fdec7e 100644 (file)
@@ -866,6 +866,8 @@ cleanup:
         pkrb5_free_context(ctx);
     if (ccache_name != NULL)
         free(ccache_name);
+
+    CLeashApp::m_bUpdateDisplay = TRUE;
     return 0;
 }