@@ -300,7 +300,7 @@ int open_socket_out_wrapped(char *host, int port, const char *bind_addr,
{
char*prog=getenv("RSYNC_CONNECT_PROG");
if(strchr(prog,'%')){
if(prog&&strchr(prog,'%')){
inthlen=strlen(host);
intlen=strlen(prog)+1;
char*f,*t;
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.