diff --git a/include/ircd/m/vm.h b/include/ircd/m/vm.h index 5b4042230..d6e604b99 100644 --- a/include/ircd/m/vm.h +++ b/include/ircd/m/vm.h @@ -263,7 +263,7 @@ ircd::m::vm::error::error(const fault &code, args&&... a) :m::error { - http::NOT_MODIFIED, "M_VM_FAULT", fmt, std::forward(a)... + child, http::NOT_MODIFIED, "M_VM_FAULT", fmt, std::forward(a)... } ,code { @@ -276,7 +276,7 @@ ircd::m::vm::error::error(const string_view &fmt, args&&... a) :m::error { - http::INTERNAL_SERVER_ERROR, "M_VM_FAULT", fmt, std::forward(a)... + child, http::INTERNAL_SERVER_ERROR, "M_VM_FAULT", fmt, std::forward(a)... } ,code {