mgmt: fix config reply to host

This commit is contained in:
occheung 2024-08-23 13:10:43 +08:00
parent be1f34bf7b
commit 538b50c412
1 changed files with 1 additions and 1 deletions

View File

@ -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(());
}