summaryrefslogtreecommitdiffstats
path: root/src/windows
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-08-24 14:52:59 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-08-24 14:52:59 +0000
commitba6714e2ea38a19561b5502adeac12c69983bc82 (patch)
treeb0fac8a2556520b8b54b9e0acd8991ca1bedc9d2 /src/windows
parent574e9dafb18ac497e5dc5836bf7461c0fd90e73f (diff)
downloadkrb5-ba6714e2ea38a19561b5502adeac12c69983bc82.tar.gz
krb5-ba6714e2ea38a19561b5502adeac12c69983bc82.tar.xz
krb5-ba6714e2ea38a19561b5502adeac12c69983bc82.zip
NIM: Revert ticket 5604
There was a spurious trigger for reloading the layout of the Network Identity Manager timer code. This was presumably introduced to mitigate a problem where the identity and outline status might become stale. (Ticket 5604) This should no longer be necessary. ticket: new component: windows git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19868 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/identity/ui/timer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/windows/identity/ui/timer.c b/src/windows/identity/ui/timer.c
index 8ed514d23..9a270c3ee 100644
--- a/src/windows/identity/ui/timer.c
+++ b/src/windows/identity/ui/timer.c
@@ -861,8 +861,6 @@ tmr_cred_apply_proc(khm_handle cred, void * rock) {
if (ident)
kcdb_identity_release(ident);
- khui_action_trigger(KHUI_ACTION_LAYOUT_RELOAD, NULL); /* Hack causes updates to be displayed. */
-
return KHM_ERROR_SUCCESS;
}