Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.4 by nishi, Sun Oct 20 20:23:51 2024 UTC | Revision 1.5 by nishi, Sun Oct 20 20:52:55 2024 UTC | |
---|---|---|
# | Line 640 int tw_server_pass(void* ptr) { | Line 640 int tw_server_pass(void* ptr) { |
640 | host[i] = 0; | host[i] = 0; |
641 | port = atoi(host + i + 1); | port = atoi(host + i + 1); |
642 | break; | break; |
643 | }else if(vhost[i] == '['){ | |
644 | for(; vhost[i] != 0 && vhost[i] != ']'; i++); | |
645 | } | } |
646 | } | } |
647 | name = host; | name = host; |
|
nishi@chaotic.ninja | ViewVC Help |
Powered by ViewVC 1.3.0-dev |