X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/94182d6031df0d956a94ecd7ece233e345468961..513b3863d999f91b47d7e9f26710390db55f9463:/cgit.c diff --git a/cgit.c b/cgit.c index 5937b9e..05e5d57 100644 --- a/cgit.c +++ b/cgit.c @@ -651,7 +651,7 @@ static inline void open_auth_filter(const char *function) static inline void authenticate_post(void) { char buffer[MAX_AUTHENTICATION_POST_BYTES]; - int len; + unsigned int len; open_auth_filter("authenticate-post"); len = ctx.env.content_length;