From 0fbf55ba5b45673b25925ae24cc2b9b8ae850e40 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Tue, 7 Sep 2021 13:56:50 +0000 Subject: [PATCH] Update connection.capnp --- connection.capnp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection.capnp b/connection.capnp index 8114aaf..6ec6ad9 100644 --- a/connection.capnp +++ b/connection.capnp @@ -15,7 +15,7 @@ interface Bootstrap { authenticationSystem @0 () -> ( authenticationSystem : AuthenticationSystem ); - machineSystem @1 () -> ( machineSystem : MachineSystem ); + machineSystem @1 () -> ( machineSystem : MachineSystem ); userSystem @2 () -> ( userSystem : UserSystem );