Skip to content

Commit

Permalink
bugfix: fixed typo in no-pool patch of 1.21.4. (openresty#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Wang authored Dec 22, 2021
1 parent f3a85d8 commit a7142a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/nginx-1.21.4-no_pool.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ diff --minimal '--exclude=*.swp' '--exclude=*~' -up nginx-1.21.4/src/core/nginx.
@@ -10,7 +10,7 @@


#define nginx_version 1021003
#define nginx_version 1021004
#define NGINX_VERSION "1.21.4"
-#define NGINX_VER "openresty/" NGINX_VERSION ".unknown"
+#define NGINX_VER "openresty/" NGINX_VERSION ".unknown (no pool)"
Expand Down

0 comments on commit a7142a8

Please sign in to comment.