diff options
| -rw-r--r-- | cgit.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -651,7 +651,7 @@ static inline void open_auth_filter(const char *function) | |||
| 651 | static inline void authenticate_post(void) | 651 | static inline void authenticate_post(void) | 
| 652 | { | 652 | { | 
| 653 | char buffer[MAX_AUTHENTICATION_POST_BYTES]; | 653 | char buffer[MAX_AUTHENTICATION_POST_BYTES]; | 
| 654 | int len; | 654 | unsigned int len; | 
| 655 | 655 | ||
| 656 | open_auth_filter("authenticate-post"); | 656 | open_auth_filter("authenticate-post"); | 
| 657 | len = ctx.env.content_length; | 657 | len = ctx.env.content_length; | 
