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

pull/95/head
Riccardo Spagni 9 years ago
parent 93944333c5
commit f4ba92bccc
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

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

Loading…
Cancel
Save