mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Increase MAXLINE to deal with longer paths.
Obtained from: Juniper Networks, Inc.
This commit is contained in:
parent
5e4b8b0d91
commit
0f8d6cfc15
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue