fixed config option

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@897 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.11
Jan Kneschke 2005-12-29 12:15:37 +00:00
parent f9e91971ac
commit ed6f81da16
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
*/
typedef struct {
int max_conns;
unsigned short max_conns;
} plugin_config;
typedef struct {