krb5 commit: Refresh ticket display immediately after renew

Benjamin Kaduk kaduk at MIT.EDU
Wed Aug 29 16:34:54 EDT 2012


https://github.com/krb5/krb5/commit/c5c528f955e4f6348e8e278cc7f6f65fc3a1a516
commit c5c528f955e4f6348e8e278cc7f6f65fc3a1a516
Author: Kevin Wasserman <kevin.wasserman at 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 at painless-security.com>
    
    ticket: 7331 (new)
    queue: kfw
    target_version: 1.10.4
    tags: pullup

 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;
 }
 


More information about the cvs-krb5 mailing list