Commit d999d312 authored by Wayne Davison's avatar Wayne Davison

Use BIGPATHBUFLEN for the length of a line buffer.

parent a22ca885
......@@ -223,7 +223,7 @@ char *auth_server(int f_in, int f_out, int module, char *host, char *addr,
{
char *users = lp_auth_users(module);
char challenge[MD4_SUM_LENGTH*2];
char line[MAXPATHLEN];
char line[BIGPATHBUFLEN];
char secret[512];
char pass2[MD4_SUM_LENGTH*2];
char *tok, *pass;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment