Fixed compilation warning

This commit is contained in:
Dmitry Stogov 2007-03-12 07:39:24 +00:00
parent 86b010e22a
commit 3a4101c437

View File

@ -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;