libauth: do not set errstr in auth_rpc() for ARdone result (thanks majiru)

This commit is contained in:
cinap_lenrek 2019-08-02 19:06:23 +02:00
parent 05f9a66fd4
commit 675870f9b1

View file

@ -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: