We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd1817 commit ce1b7e5Copy full SHA for ce1b7e5
1 file changed
src/main/process.c
@@ -3870,7 +3870,7 @@ static int request_will_proxy(REQUEST *request)
3870
vp = fr_pair_afrom_num(request->proxy, PW_USER_NAME, 0);
3871
if (vp) fr_pair_prepend(&request->proxy->vps, vp);
3872
}
3873
- fr_pair_value_strcpy(vp, strippedname->vp_strvalue);
+ if (vp) fr_pair_value_strcpy(vp, strippedname->vp_strvalue);
3874
3875
/*
3876
* Do NOT delete Stripped-User-Name.
0 commit comments