Fix error message that was too hastily cut&pasted from libradius.
Submitted by: Alexey Zelkin <phantom@cris.net>
This commit is contained in:
parent
31ef678830
commit
343ce5855c
@ -703,7 +703,7 @@ tac_add_server(struct tac_handle *h, const char *host, int port,
|
|||||||
struct tac_server *srvp;
|
struct tac_server *srvp;
|
||||||
|
|
||||||
if (h->num_servers >= MAXSERVERS) {
|
if (h->num_servers >= MAXSERVERS) {
|
||||||
generr(h, "Too many RADIUS servers specified");
|
generr(h, "Too many TACACS+ servers specified");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
srvp = &h->servers[h->num_servers];
|
srvp = &h->servers[h->num_servers];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user