mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
warning fix
This commit is contained in:
parent
6cac541e33
commit
2fed299b9d
@ -69,7 +69,7 @@ int sockmap(struct clientparam * param, int timeo){
|
|||||||
while (!stop&&!conf.timetoexit){
|
while (!stop&&!conf.timetoexit){
|
||||||
sasize = sizeof(struct sockaddr_in);
|
sasize = sizeof(struct sockaddr_in);
|
||||||
if(param->version < conf.version){
|
if(param->version < conf.version){
|
||||||
if (res = (*param->srv->authfunc)(param)) {return(res);}
|
if ((res = (*param->srv->authfunc)(param))) {return(res);}
|
||||||
param->paused = conf.paused;
|
param->paused = conf.paused;
|
||||||
param->version = conf.version;
|
param->version = conf.version;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user