@@ -379,7 +379,7 @@ static int ftp_endofresp(struct pingpong *pp,
size_tlen=pp->nread_resp;
if((len>3)&&LASTLINE(line)){
*code=strtol(line,NULL,10);
*code=curlx_sltosi(strtol(line,NULL,10));
return1;
}
return0;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.