@@ -271,6 +271,7 @@ static int NetWatchContextRemQue(pNetWatch self, pNWContext handle)
pNxt->next=pNxt->next->next;
break;
}
pNxt=pNxt->next;
}
if(handle==self->cq_tail)/* if last */
self->cq_tail=pNxt;
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.