diff options
Diffstat (limited to 'sys/src/libauth/auth_rpc.c')
| -rw-r--r-- | sys/src/libauth/auth_rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libauth/auth_rpc.c b/sys/src/libauth/auth_rpc.c index 4333a7381..5017f3f45 100644 --- a/sys/src/libauth/auth_rpc.c +++ b/sys/src/libauth/auth_rpc.c @@ -90,7 +90,7 @@ auth_rpc(AuthRpc *rpc, char *verb, void *a, int na) werrstr("unknown rpc type %d (bug in auth_rpc.c)", type); break; case ARok: - break; + case ARdone: case ARrpcfailure: break; case ARerror: |
