From 737deb8e395ce9e2c7618194c93cd90265fc461b Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Thu, 5 Sep 2024 16:57:09 -0700 Subject: [PATCH] Fixed bug in `gam create inboundssoprofile` that caused a trap. --- src/GamUpdate.txt | 6 ++++++ src/gam/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index e75b7e50..08728783 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -2,6 +2,12 @@ Merged GAM-Team version +6.80.19 + +Fixed bug in `gam create inboundssoprofile` that caused a trap. + +Upgraded to OpenSSL 3.3.2 where possible. + 6.80.18 Updated `gam print|show admins` to handle the following error: diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 2423d9ee..047dbf3b 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -44566,7 +44566,7 @@ def _showInboundSSOProfile(profile, FJQC, i=0, count=0): Ind.Decrement() def _processInboundSSOProfileResult(result, returnNameOnly, kvlist, function): - if result['done']: + if result.get('done', False): if 'error' not in result: if 'response' in result: if not returnNameOnly: