Fix error message that was too hastily cut&pasted from libradius.

Submitted by:	Alexey Zelkin <phantom@cris.net>
This commit is contained in:
John Polstra 2000-01-17 04:26:09 +00:00
parent 31ef678830
commit 343ce5855c

View File

@ -703,7 +703,7 @@ tac_add_server(struct tac_handle *h, const char *host, int port,
struct tac_server *srvp;
if (h->num_servers >= MAXSERVERS) {
generr(h, "Too many RADIUS servers specified");
generr(h, "Too many TACACS+ servers specified");
return -1;
}
srvp = &h->servers[h->num_servers];