config-options are always "unsigned short"
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1932 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.17
parent
9bc4c2a025
commit
474d5cea20
|
@ -63,7 +63,7 @@ typedef enum {
|
|||
|
||||
typedef struct {
|
||||
array *extensions;
|
||||
int debug;
|
||||
unsigned short debug;
|
||||
|
||||
proxy_balance_t balance;
|
||||
} plugin_config;
|
||||
|
|
Loading…
Reference in New Issue