aboutsummaryrefslogtreecommitdiff
path: root/lib/libtacplus
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2000-01-17 04:26:09 +0000
committerJohn Polstra <jdp@FreeBSD.org>2000-01-17 04:26:09 +0000
commit343ce5855cfdb485059fb87323592d00c0cddbb2 (patch)
tree3632605db66cee6d792e9cf36e99db6b9fd30bdd /lib/libtacplus
parent31ef678830b90ae96cd3491a5ac8ce1ffff176a1 (diff)
Notes
Diffstat (limited to 'lib/libtacplus')
-rw-r--r--lib/libtacplus/taclib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtacplus/taclib.c b/lib/libtacplus/taclib.c
index bd2e663b32c88..6c1fbd213e53f 100644
--- a/lib/libtacplus/taclib.c
+++ b/lib/libtacplus/taclib.c
@@ -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];