summaryrefslogtreecommitdiffstats
path: root/src/windows/identity/plugins/krb5/krb5configids.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/identity/plugins/krb5/krb5configids.c')
-rw-r--r--src/windows/identity/plugins/krb5/krb5configids.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/windows/identity/plugins/krb5/krb5configids.c b/src/windows/identity/plugins/krb5/krb5configids.c
index 4699f056a2..70af857163 100644
--- a/src/windows/identity/plugins/krb5/krb5configids.c
+++ b/src/windows/identity/plugins/krb5/krb5configids.c
@@ -101,7 +101,7 @@ k5_ids_write_params(k5_ids_dlg_data * d) {
rv = khc_write_int32(csp_params, vn, (khm_int32) po); \
assert(KHM_SUCCEEDED(rv)); \
}
-
+
WRITEPARAM(d->life,d->tc_life.current, L"DefaultLifetime");
WRITEPARAM(d->renew_life,d->tc_renew.current, L"DefaultRenewLifetime");
WRITEPARAM(d->life_max,d->tc_life_max.current, L"MaxLifetime");
@@ -170,7 +170,7 @@ k5_ids_read_params(k5_ids_dlg_data * d) {
d->tc_renew_max.max = d->tc_renew.max;
}
-INT_PTR CALLBACK
+INT_PTR CALLBACK
k5_ids_tab_dlgproc(HWND hwnd,
UINT uMsg,
WPARAM wParam,
@@ -279,6 +279,3 @@ k5_ids_tab_dlgproc(HWND hwnd,
}
return FALSE;
}
-
-
-