Increase MAXLINE to deal with longer paths.
Obtained from: Juniper Networks, Inc.
This commit is contained in:
parent
5e4b8b0d91
commit
0f8d6cfc15
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user