config-options are always "unsigned short"

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1932 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.17
Jan Kneschke 2007-08-17 22:17:00 +00:00
parent 9bc4c2a025
commit 474d5cea20
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ typedef enum {
typedef struct {
array *extensions;
int debug;
unsigned short debug;
proxy_balance_t balance;
} plugin_config;