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

This commit is contained in:
Riccardo Spagni 2015-08-14 19:33:43 +02:00
parent 93944333c5
commit f4ba92bccc
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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;