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 authored and asakapab0i committed Jan 30, 2024
1 parent 2f62446 commit 9c10370
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 9c10370

Please sign in to comment.