forked from M-Labs/artiq
local coremgmt: return the whole config after read
This commit is contained in:
parent
47636ae973
commit
b563533bc8
|
@ -314,7 +314,7 @@ mod remote_coremgmt {
|
|||
buffer.extend(&value[..length as usize]);
|
||||
|
||||
if last {
|
||||
Reply::ConfigData(&value[..length as usize]).write_to(stream)?;
|
||||
Reply::ConfigData(&buffer).write_to(stream)?;
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue