1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 19:06:34 +01:00

create dns loopup threads in detached state & add a few missing error descriptions

This commit is contained in:
Jfreegman
2014-07-09 23:40:46 -04:00
parent e19b0ed710
commit aaeb47dc14
3 changed files with 20 additions and 17 deletions

View File

@@ -446,9 +446,7 @@ static void load_data(Tox *m, char *path)
free(buf);
fclose(fd);
} else {
int st;
if ((st = store_data(m, path)) != 0)
if (store_data(m, path) != 0)
exit_toxic_err("failed in load_data", FATALERR_STORE_DATA);
}
}