we need another dummy due to code generation bug in c#

This commit is contained in:
Kai Jan Kriegel 2020-11-12 10:22:16 +01:00
parent a4667b94f3
commit 1753ef037e

View File

@ -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.
}