re-add Windows DNS bug fix, per c0de96f8bd

This commit is contained in:
Riccardo Spagni 2015-06-02 11:33:04 +02:00
parent 431397abfa
commit 0f4a036437
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -1028,7 +1028,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;