libauth: do not set errstr in auth_rpc() for ARdone result (thanks majiru)
This commit is contained in:
parent
05f9a66fd4
commit
675870f9b1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue