@ -803,7 +803,7 @@ int NETReconnectWithFlags(mkChannel * self, int flags)
if(iRet<=0)
iRet=-1;/* failure */
}
if(FD_ISSET(self->sockid,&wmask)){
else if(FD_ISSET(self->sockid,&wmask)){
iRet=send(self->sockid,NULL,0,0);
if(iRet<0)
iRet=-1;/* failure */
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.