summaryrefslogtreecommitdiff
path: root/nss_tacplus.c
diff options
context:
space:
mode:
Diffstat (limited to 'nss_tacplus.c')
-rw-r--r--nss_tacplus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss_tacplus.c b/nss_tacplus.c
index 3a7e09c..8285ce6 100644
--- a/nss_tacplus.c
+++ b/nss_tacplus.c
@@ -144,7 +144,7 @@ static int str_to_ipv4(const char *srcaddr, struct addrinfo *p_addr_info)
static int nss_tacplus_config(int *errnop, const char *cfile, int top)
{
FILE *conf;
- char lbuf[256];
+ char lbuf[2048];
static struct stat lastconf[MAX_INCL];
static char *cfilelist[MAX_INCL];
struct stat st, *lst;