Reenabled upload log deletion - accidentally disabled in last commit.
This commit is contained in:
parent
6e3ec07d96
commit
06211f21be
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ static int upload_logs_dev(void *_ti)
|
|||
// As long as we can actually send the data, delete the file.
|
||||
// Even if the server gives a bad response, we don't want to
|
||||
// be sending the same bad data over and over to the server.
|
||||
//delete_directory(*i);
|
||||
delete_directory(*i);
|
||||
numfiles++;
|
||||
|
||||
if (SDLNet_TCP_Recv(sock, response, sizeof(response))
|
||||
|
|
Loading…
Add table
Reference in a new issue