From 54033e117915309d4ddf78357c91a4916de8ed18 Mon Sep 17 00:00:00 2001 From: Dejan Savuljesku Date: Wed, 5 Feb 2020 10:46:58 +0100 Subject: [PATCH] Update git submodules * Update extensions/OATHAuth from branch 'REL1_34' to cf8447838b88027638da54ee7adbe8f010651097 - Fix removing scratch tokens Due to using unset(), array keys would be preserved, and therefore, for loop would crash. Now using array_splice, but had to "reset" the values on construct to fix currently broken arrays. Bug: T244308 Change-Id: I6f3dd3df95d5a071b92aa7693ed7ae3fddf35a9d (cherry picked from commit c943f75cee1329c019636449dc28ccb57c0fed1f) --- extensions/OATHAuth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/OATHAuth b/extensions/OATHAuth index a1b93f1f76..cf8447838b 160000 --- a/extensions/OATHAuth +++ b/extensions/OATHAuth @@ -1 +1 @@ -Subproject commit a1b93f1f7680829f7d4104469627d53358cf00ec +Subproject commit cf8447838b88027638da54ee7adbe8f010651097 -- 2.20.1