@ -406,7 +406,6 @@ int sftp_cmd_put(struct sftp_command *cmd) {
fp=fopen(fname,"rb");
if(!fp){
printf("local: unable to open %s\n",fname);
fxp_close(fh);
sfree(outfname);
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.