clang fix

This commit is contained in:
roberto@precise64
2012-05-18 20:39:58 +02:00
parent 3bb43745b8
commit 3cc591fd8b
+1 -1
View File
@@ -1678,12 +1678,12 @@ struct uwsgi_server {
struct uwsgi_offload_request {
pthread_t tid;
struct wsgi_request wsgi_req;
char *buffer;
struct iovec *hvec;
char real_filename[PATH_MAX+1];
size_t real_filename_len;
struct stat st;
struct wsgi_request wsgi_req;
};