static void *mod_conn_create(TALLOC_CTX *ctx, UNUSED void *instance, UNUSED fr_time_delta_t timeout)
{
struct wbcContext **wb_ctx;
+ rlm_mschap_t const *inst = instance;
wb_ctx = talloc_zero(ctx, struct wbcContext *);
*wb_ctx = wbcCtxCreate();
if (response_name) {
if (strcmp(username_str, response_name->vp_strvalue)) {
RDEBUG2("Normalising username %pV -> %pV",
- fr_box_strvalue_len(username_str, username_len)
+ fr_box_strvalue_len(username_str, username_len),
&response_name->data);
username_str = response_name->vp_strvalue;
}