diff --git a/cmd/pxe_utils.c b/cmd/pxe_utils.c index 42b584ead3259526a0798571d99ae31269248943..a636346bb51ff0a88603133cda331230e40df0db 100644 --- a/cmd/pxe_utils.c +++ b/cmd/pxe_utils.c @@ -22,7 +22,7 @@ #include "pxe_utils.h" -#define MAX_TFTP_PATH_LEN 127 +#define MAX_TFTP_PATH_LEN 512 bool is_pxe;