diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-09-23 19:29:22 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-23 19:29:22 +0000 |
| commit | 39a3f35b3d682538ce6dbd70f417e43e4d5f6156 (patch) | |
| tree | 386588a27aaeb2d2a0bd21e605560b5a79439929 /src/http/ngx_http_upstream.h | |
| parent | d0a42bbb58223e164abe75c662bc2ba7f7720334 (diff) | |
| download | nginx-39a3f35b3d682538ce6dbd70f417e43e4d5f6156.tar.gz nginx-39a3f35b3d682538ce6dbd70f417e43e4d5f6156.tar.bz2 | |
r1490 merge:
u_char* is enough to keep file name
Diffstat (limited to 'src/http/ngx_http_upstream.h')
| -rw-r--r-- | src/http/ngx_http_upstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index b3bb1b4fd..010a10c7c 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -91,7 +91,7 @@ struct ngx_http_upstream_srv_conf_s { ngx_uint_t flags; ngx_str_t host; - ngx_str_t file_name; + u_char *file_name; ngx_uint_t line; in_port_t port; in_port_t default_port; |
