used the wrong type for the configfile handling

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@888 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Jan Kneschke 2005-12-14 12:41:17 +00:00
parent 4c3f59a0c2
commit 70436a8805
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ typedef struct {
buffer *secret;
buffer *uri_prefix;
time_t timeout;
unsigned short timeout;
} plugin_config;
typedef struct {