Skip to content

Commit adf12d2

Browse files
committed
Get data from the context object
1 parent 5a7b328 commit adf12d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/rsyslog/templates/parse_stepupauth_to_mysql.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def parse_stepup_lines(a):
9191
# FAILED is logged, even though the result is OK, making this check
9292
# do the wrong thing now.
9393
#
94-
#if data.get("authentication_result") != "OK":
94+
#if data.get("context").("authentication_result") != "OK":
9595
# continue
9696

9797
# 2. Extract required fields

0 commit comments

Comments
 (0)