Home
last modified time | relevance | path

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

/freebsd/lib/libradius/
H A Dradlib.c529 char *wanttype; in rad_config() local
595 wanttype = h->type == RADIUS_AUTH ? "auth" : "acct"; in rad_config()
596 if (strcmp(type, wanttype) != 0) in rad_config()