@ -3293,6 +3293,14 @@ static int ssh_do_close(Ssh ssh, int notify_exit)
ssh->portfwds=NULL;
ssh->portfwds=NULL;
}
}
/*
* Also stop attempting to connection-share.
*/
if(ssh->connshare){
sharestate_free(ssh->connshare);
ssh->connshare=NULL;
}
returnret;
returnret;
}
}
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.