Commit 7ed7ca5d authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-749 Removed InWhile functionality.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 1196f919
...@@ -75,8 +75,7 @@ class Provisioning extends RequestProcessor { ...@@ -75,8 +75,7 @@ class Provisioning extends RequestProcessor {
// - DeviceInformation // - DeviceInformation
// - Policies // - Policies
// Each of them should only be once per request. // Each of them should only be once per request.
WBXMLDecoder::ResetInWhile("provisioningMain"); while(1) {
while(WBXMLDecoder::InWhile("provisioningMain")) {
$requestName = ""; $requestName = "";
if (self::$decoder->getElementStartTag(SYNC_PROVISION_REMOTEWIPE)) { if (self::$decoder->getElementStartTag(SYNC_PROVISION_REMOTEWIPE)) {
$requestName = SYNC_PROVISION_REMOTEWIPE; $requestName = SYNC_PROVISION_REMOTEWIPE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment