mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-02-21 22:27:55 -07:00
re-add Windows DNS bug fix, per c0de96f8bd2f64884255f9b0b61a4775ada5e3e6
This commit is contained in:
parent
431397abfa
commit
0f4a036437
1
external/unbound/libunbound/libunbound.c
vendored
1
external/unbound/libunbound/libunbound.c
vendored
@ -1028,7 +1028,6 @@ ub_ctx_hosts(struct ub_ctx* ctx, const char* fname)
|
|||||||
"\\hosts");
|
"\\hosts");
|
||||||
retval=ub_ctx_hosts(ctx, buf);
|
retval=ub_ctx_hosts(ctx, buf);
|
||||||
}
|
}
|
||||||
free(name);
|
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
return UB_READFILE;
|
return UB_READFILE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user