diff options
Diffstat (limited to 'src/libauth/auth_proxy.c')
-rw-r--r-- | src/libauth/auth_proxy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libauth/auth_proxy.c b/src/libauth/auth_proxy.c index 257bafe7..a5fe4411 100644 --- a/src/libauth/auth_proxy.c +++ b/src/libauth/auth_proxy.c @@ -5,7 +5,7 @@ #include <9pclient.h> #include "authlocal.h" -enum { +enum { ARgiveup = 100 }; @@ -291,4 +291,3 @@ fsauth_proxy(CFid *fid, AuthGetkey *getkey, char *fmt, ...) auth_freerpc(rpc); return ai; } - |