Skip to content

Commit

Permalink
fix: Fixed Application Segment BA Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Oct 29, 2024
1 parent ae499d9 commit 3ea682a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/module_utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ def normalize_app(app):
]

# Fix: Convert clientless_apps to clientless_app_ids
if "clientless_apps" in app:
normalized["clientless_app_ids"] = [
segment["id"] for segment in app["clientless_apps"]
]
# if "clientless_apps" in app:
# normalized["clientless_app_ids"] = [
# segment["id"] for segment in app["clientless_apps"]
# ]

if "tcp_keep_alive" in normalized:
normalized["tcp_keep_alive"] = convert_str_to_bool(normalized["tcp_keep_alive"])
Expand Down

0 comments on commit 3ea682a

Please sign in to comment.