Redirect port fix.

This commit is contained in:
cora32 2014-11-02 14:19:22 +03:00
parent 6ad93f6ca2
commit e782bc92b8

View File

@ -1849,7 +1849,7 @@ int redirectReconnect(char *cookie, char *ip, int port, char *str, Lexems *ls, P
Connector con; Connector con;
char tempIP[MAX_ADDR_LEN] = {0}; char tempIP[MAX_ADDR_LEN] = {0};
strcpy(tempIP, ip); strcpy(tempIP, ip);
int tempPort = 80; int tempPort = port;
char tempPath[1024] = {0}; char tempPath[1024] = {0};
char mes[2048]= {0}; char mes[2048]= {0};