@ -751,7 +751,7 @@ int ssh_scp_request_get_permissions(ssh_scp scp){
size_tssh_scp_request_get_size(ssh_scpscp){
if(scp==NULL)
return0;
returnscp->filelen;
return(size_t)scp->filelen;
}
/** @brief Get the size of the file being pushed from the other party.
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.