From 1753ef037e90da110bd169a1cd2ae2e00af561a1 Mon Sep 17 00:00:00 2001 From: Kai Jan Kriegel Date: Thu, 12 Nov 2020 10:22:16 +0100 Subject: [PATCH] we need another dummy due to code generation bug in c# --- auth.capnp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.capnp b/auth.capnp index 25fd49d..bc65d54 100644 --- a/auth.capnp +++ b/auth.capnp @@ -53,7 +53,7 @@ interface Authentication { # A server receiving an abort after sending an outcome but before # receiving any other message MUST respect the abort. - whoami @4 () -> ( you :Api.User ); + whoami @4 () -> ( you :Api.User, dummy :UInt8 = 0 ); # Returns NULL if not authenticated and an User object if authenticated. }