mirror of
https://github.com/php/php-src.git
synced 2025-01-11 05:24:49 +08:00
Fixed compilation warning
This commit is contained in:
parent
86b010e22a
commit
3a4101c437
@ -133,7 +133,7 @@ typedef union _sa_t {
|
||||
|
||||
typedef struct _fcgi_mgmt_rec {
|
||||
char* name;
|
||||
size_t name_len;
|
||||
char name_len;
|
||||
char val;
|
||||
} fcgi_mgmt_rec;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user