From b842ee3ea521a196652ff2d09d468ca008cececc Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Fri, 6 Feb 2009 03:13:38 +0000 Subject: [PATCH] windows-netidmgr-progress-20090205 LICENSE MIT add progress reporting to the provider. --- 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