mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue