summaryrefslogtreecommitdiffstats
path: root/src/windows
diff options
context:
space:
mode:
authorKevin Wasserman <kevin.wasserman@painless-security.com>2012-08-05 12:15:28 -0400
committerBen Kaduk <kaduk@mit.edu>2012-08-29 14:50:20 -0400
commitc5c528f955e4f6348e8e278cc7f6f65fc3a1a516 (patch)
tree7b5b555062e6d54665545a73ea35af74053de815 /src/windows
parent175b84fb43e48862a512765113d753b180e67aa7 (diff)
downloadkrb5-c5c528f955e4f6348e8e278cc7f6f65fc3a1a516.tar.gz
krb5-c5c528f955e4f6348e8e278cc7f6f65fc3a1a516.tar.xz
krb5-c5c528f955e4f6348e8e278cc7f6f65fc3a1a516.zip
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> ticket: 7331 (new) queue: kfw target_version: 1.10.4 tags: pullup
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/leash/LeashView.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows/leash/LeashView.cpp b/src/windows/leash/LeashView.cpp
index 51777e4081..c3d45a5735 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;
}