From b095ef7574db0573607a574c4e145884afcc4bcf Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 24 Apr 1996 07:41:39 +0000 Subject: [PATCH] MaxPathLen git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@432 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/iruserok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/iruserok.c b/lib/roken/iruserok.c index 89d262f75..1bcd48a3d 100644 --- a/lib/roken/iruserok.c +++ b/lib/roken/iruserok.c @@ -206,7 +206,7 @@ iruserok(u_int32_t raddr, int superuser, const char *ruser, const char *luser) FILE *hostf; uid_t uid; int first; - char pbuf[MAXPATHLEN]; + char pbuf[MaxPathLen]; first = 1; hostf = superuser ? NULL : fopen(_PATH_HEQUIV, "r");