Searched refs:got_auth1 (Results 1 – 3 of 3) sorted by relevance
54 bool got_auth1; variable
1571 if (got_auth1 && auth_needed) { in handle_rpc()1575 got_auth1 = true; in handle_rpc()1578 if ((!got_auth1 || got_auth2) && auth_needed) { in handle_rpc()
85 got_auth1 = false; in GUI_RPC_CONN()