config change

This commit is contained in:
John Smith
2022-02-09 09:47:36 -05:00
parent 70960fa592
commit b9862b0016
22 changed files with 880 additions and 1235 deletions

View File

@@ -42,7 +42,7 @@ fn convert_update(
} => {
panic!("Should not be logging to api in server!");
}
veilid_core::VeilidUpdate::Attachment(state) => {
veilid_core::VeilidUpdate::Attachment { state } => {
let mut att = rpc_update.init_attachment();
att.set_state(convert_attachment_state(state));
}