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:
parent
4c3f59a0c2
commit
70436a8805
|
@ -37,7 +37,7 @@ typedef struct {
|
|||
buffer *secret;
|
||||
buffer *uri_prefix;
|
||||
|
||||
time_t timeout;
|
||||
unsigned short timeout;
|
||||
} plugin_config;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in New Issue