From dfe03658604a27fe88981e3f9ec01729e967497a Mon Sep 17 00:00:00 2001 From: Gregor Reitzenstein Date: Mon, 11 May 2020 16:20:02 +0200 Subject: [PATCH] TRY_AGAIN is a existing macro in /usr/include/netdb.h --- auth.capnp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.capnp b/auth.capnp index 3931d31..d35bf6b 100644 --- a/auth.capnp +++ b/auth.capnp @@ -115,7 +115,7 @@ struct Outcome { # Not a unsuccessful outcome, or the server doesn't know either. # Also, the default value - tryAgain @1; + retry @1; # A client should just try again, potentially after prompting the user # to enter their credentials again.