File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2606,15 +2606,15 @@ static int8_t home_server_cmp(void const *one, void const *two)
26062606
26072607static xlat_action_t xlat_sendto_resume (TALLOC_CTX * ctx , fr_dcursor_t * out ,
26082608 xlat_ctx_t const * xctx ,
2609- UNUSED request_t * request , UNUSED fr_value_box_list_t * in )
2609+ request_t * request , UNUSED fr_value_box_list_t * in )
26102610{
26112611 bio_request_t * u = talloc_get_type_abort (xctx -> rctx , bio_request_t );
26122612 fr_value_box_t * dst ;
26132613
26142614 if (u -> rcode == RLM_MODULE_FAIL ) return XLAT_ACTION_FAIL ;
26152615
26162616 MEM (dst = fr_value_box_alloc (ctx , FR_TYPE_UINT32 , attr_packet_type ));
2617- dst -> vb_uint32 = u -> rcode ;
2617+ dst -> vb_uint32 = request -> reply -> code ;
26182618
26192619 fr_dcursor_append (out , dst );
26202620
You can’t perform that action at this time.
0 commit comments