Increase MAXLINE to deal with longer paths.

Obtained from:	Juniper Networks, Inc.
This commit is contained in:
marcel 2014-03-04 01:14:37 +00:00
parent da8783a6ce
commit ccdeb47ad3

View File

@ -74,7 +74,7 @@ __FBSDID("$FreeBSD$");
#include "tftp-options.h"
#include "tftp.h"
#define MAXLINE 200
#define MAXLINE (2 * MAXPATHLEN)
#define TIMEOUT 5 /* secs between rexmt's */
typedef struct sockaddr_storage peeraddr;