Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c234 int connect_time; in get_connection() local
263 connect_time = time(NULL) + KADMIND_CONNECT_TIMEOUT; in get_connection()
276 if (t_errno != TNODATA || time(NULL) > connect_time) { in get_connection()