From 4ed1f37f084e04be7a96a97b1c5d91239682caa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johana=20Sup=C3=ADkov=C3=A1?= Date: Wed, 7 Dec 2022 13:12:22 +0100 Subject: [PATCH] fix(o365_mu): fixed group chunks handling * all groups were sent to server instead of current chunk --- send/o365_mu_process.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send/o365_mu_process.pl b/send/o365_mu_process.pl index 8e52da07..1f7b6367 100755 --- a/send/o365_mu_process.pl +++ b/send/o365_mu_process.pl @@ -283,7 +283,7 @@ if($DEBUG>0) { print "INFO: Groups chunk number - $chunkCounter\n"; } #groups to be updated as content for call - my $groupsContent = getGroupsContent($groupsToProcessStruc); + my $groupsContent = getGroupsContent($chunk); my $groupsResult = callServerForUpdate($groupsContent); my $groupsResultMap = transformResultToMap($groupsResult); #check all processed groups and add them to the cache if they were updated ok