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 {
// - DeviceInformation
// - Policies
// Each of them should only be once per request.
WBXMLDecoder::ResetInWhile("provisioningMain");
while(WBXMLDecoder::InWhile("provisioningMain")) {
while(1) {
$requestName = "";
if (self::$decoder->getElementStartTag(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