diff --git a/src/runtime/src/mgmt.rs b/src/runtime/src/mgmt.rs index b7323e3..5ed5dea 100644 --- a/src/runtime/src/mgmt.rs +++ b/src/runtime/src/mgmt.rs @@ -356,7 +356,7 @@ mod remote_coremgmt { if last { write_i8(stream, Reply::ConfigData as i8).await?; - write_chunk(stream, &value).await?; + write_chunk(stream, &buffer).await?; return Ok(()); }