From a04f13c89e9352fafa173f6c8803f349c9d6aad2 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 6 May 2015 04:39:26 +0000 Subject: [PATCH] Update the comments on provision/index.lua --- resources/install/scripts/app/provision/index.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/install/scripts/app/provision/index.lua b/resources/install/scripts/app/provision/index.lua index a41456a2fb..2d6985c361 100644 --- a/resources/install/scripts/app/provision/index.lua +++ b/resources/install/scripts/app/provision/index.lua @@ -120,7 +120,7 @@ end); ---get the device uuid of the mobile provision +--get the alternate device uuid using the device username and password authorized = 'false'; if (user_id ~= '' and password ~= '') then sql = [[SELECT * FROM v_devices ]]; @@ -131,7 +131,7 @@ freeswitch.consoleLog("NOTICE", "[provision] sql: ".. sql .. "\n"); end dbh:query(sql, function(row) - --get the altnerat device_uuid + --get the alternate device_uuid device_uuid_alternate = row.device_uuid; freeswitch.consoleLog("NOTICE", "[provision] alternate device_uuid: ".. device_uuid_alternate .. "\n"); --authorize the user