1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Revert "re-re-add Windows DNS bug fix, per c0de96f"

This reverts commit f4ba92bccc.
This commit is contained in:
Riccardo Spagni 2015-08-18 02:26:02 +02:00
parent 49df0e6f50
commit 9672ac0812

View file

@ -1037,7 +1037,6 @@ ub_ctx_hosts(struct ub_ctx* ctx, const char* fname)
"\\hosts");
retval=ub_ctx_hosts(ctx, buf);
}
free(name);
return retval;
}
return UB_READFILE;