mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
whoops
This commit is contained in:
parent
aecc97ded3
commit
7979f84e25
1 changed files with 1 additions and 0 deletions
|
@ -644,6 +644,7 @@ static void SV_RemoveFileSendList(INT32 node)
|
||||||
// Remove the file request from the list
|
// Remove the file request from the list
|
||||||
transfer[node].txlist = p->next;
|
transfer[node].txlist = p->next;
|
||||||
free(p);
|
free(p);
|
||||||
|
p = transfer[node].txlist;
|
||||||
// Indicate that the transmission is over (if for some reason it had started)
|
// Indicate that the transmission is over (if for some reason it had started)
|
||||||
transfer[node].currentfile = NULL;
|
transfer[node].currentfile = NULL;
|
||||||
filestosend--;
|
filestosend--;
|
||||||
|
|
Loading…
Reference in a new issue