MaxPathLen

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@432 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-04-24 07:41:39 +00:00
parent 765ed87b8f
commit b095ef7574

View File

@@ -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");