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