summaryrefslogtreecommitdiffstats
path: root/src/windows/leashdll/lshfunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leashdll/lshfunc.c')
-rw-r--r--src/windows/leashdll/lshfunc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/windows/leashdll/lshfunc.c b/src/windows/leashdll/lshfunc.c
index 0618fafec4..6db1571318 100644
--- a/src/windows/leashdll/lshfunc.c
+++ b/src/windows/leashdll/lshfunc.c
@@ -2829,7 +2829,8 @@ acquire_tkt_send_msg(krb5_context ctx, const char * title,
strs++;
GlobalUnlock( hData );
- SendMessage(hLeash, 32810, 0, (LPARAM) hData);
+ /* 32809 = ID_OBTAIN_TGT_WITH_LPARAM in src/windows/leash/resource.h */
+ SendMessage(hLeash, 32809, 0, (LPARAM) hData);
}
}
GlobalFree( hData );