Home
last modified time | relevance | path

Searched refs:NoAuth (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libtelnet/
H A Dauth.c131 static Authenticator NoAuth = { .type = 0 }; variable
503 authenticated = &NoAuth; in auth_finished()
534 if (!authenticated || authenticated == &NoAuth) in auth_wait()