Skip to content

Commit 9c26777

Browse files
FPM: Remove usage of non-existing MAX_LINE_LENGTH constant (#5634)
1 parent 67aac59 commit 9c26777

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sapi/fpm/fpm/fpm_log.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@
1919
#include "fastcgi.h"
2020
#include "zlog.h"
2121

22-
#ifdef MAX_LINE_LENGTH
23-
# define FPM_LOG_BUFFER MAX_LINE_LENGTH
24-
#else
25-
# define FPM_LOG_BUFFER 1024
26-
#endif
22+
#define FPM_LOG_BUFFER 1024
2723

2824
static char *fpm_log_format = NULL;
2925
static int fpm_log_fd = -1;

0 commit comments

Comments
 (0)