Changeset c7670f for server/src/core/ngx_cycle.c
- Timestamp:
- 10/30/09 18:13:41 (3 years ago)
- Branches:
- nginx-v0.8
- Parents:
- 178a98
- git-author:
- George Potapov <nephrite@…> (10/30/09 18:13:41)
- git-committer:
- George Potapov <nephrite@…> (10/30/09 18:13:41)
- File:
-
- 1 edited
-
server/src/core/ngx_cycle.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
server/src/core/ngx_cycle.c
r7ae6a5 rc7670f 205 205 } 206 206 207 ngx_ memcpy(cycle->hostname.data,hostname, cycle->hostname.len);207 ngx_strlow(cycle->hostname.data, (u_char *) hostname, cycle->hostname.len); 208 208 209 209
Note: See TracChangeset
for help on using the changeset viewer.
