bugfix: fixed typo in no-pool patch of 1.21.4.

pull/799/head
jiahao 3 years ago
parent f3a85d860f
commit 42cae1978c

@ -4,7 +4,7 @@ diff --minimal '--exclude=*.swp' '--exclude=*~' -up nginx-1.21.4/src/core/nginx.
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
#define nginx_version 1021003 #define nginx_version 1021004
#define NGINX_VERSION "1.21.4" #define NGINX_VERSION "1.21.4"
-#define NGINX_VER "openresty/" NGINX_VERSION ".unknown" -#define NGINX_VER "openresty/" NGINX_VERSION ".unknown"
+#define NGINX_VER "openresty/" NGINX_VERSION ".unknown (no pool)" +#define NGINX_VER "openresty/" NGINX_VERSION ".unknown (no pool)"

Loading…
Cancel
Save