Skip to content

Commit

Permalink
Missing removing one reference to utf8_fail_as_bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
aren committed Dec 29, 2023
1 parent cf40097 commit 5f7698a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/rlm_python3/rlm_python3.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ typedef struct rlm_python_t {
//!< made available to the python script.
bool pass_all_vps; //!< Pass all VPS lists (request, reply, config, state, proxy_req, proxy_reply)
bool pass_all_vps_dict; //!< Pass all VPS lists as a dictionary rather than a tuple
bool utf8_fail_as_bytes; //!< If not UTF8 string, convert it into bytes
} rlm_python_t;

/** Tracks a python module inst/thread state pair
Expand Down

0 comments on commit 5f7698a

Please sign in to comment.