/[tewi]/Server/server.c
ViewVC logotype

Diff of /Server/server.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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;


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev