From 174cd9d78133fd90aea9b2ca7e267df167a5eaa0 Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Fri, 6 Feb 2009 03:14:21 +0000 Subject: [PATCH] DEVEL15-windows-netidmgr-progress-20090205 LICENSE MIT add progress reporting to the provider. (cherry picked from commit b842ee3ea521a196652ff2d09d468ca008cececc) --- src/WINNT/netidmgr_plugin/afsnewcreds.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/WINNT/netidmgr_plugin/afsnewcreds.c b/src/WINNT/netidmgr_plugin/afsnewcreds.c index ff91161e4..e079550bf 100644 --- a/src/WINNT/netidmgr_plugin/afsnewcreds.c +++ b/src/WINNT/netidmgr_plugin/afsnewcreds.c @@ -2669,6 +2669,8 @@ afs_msg_newcred(khm_int32 msg_subtype, khm_handle csp_cell = NULL; BOOL bgetLinked = 0; + _progress(i, l->n_rows); + if (l->rows[i].flags & (DLGROW_FLAG_DONE | DLGROW_FLAG_DELETED)) @@ -2787,6 +2789,8 @@ afs_msg_newcred(khm_int32 msg_subtype, } } + _progress(1,1); + _skip_tokens: if(failed) { -- 2.39.5