Fix default upstream

This commit is contained in:
Markus Moeller 2020-01-10 21:23:06 +00:00
parent 2c6c326e2e
commit 0f7839ce98

View File

@ -226,6 +226,7 @@ static struct upstream *upstream_build (const struct upstream_proxy_list *plist,
"Bad regex: %s", up->pat); "Bad regex: %s", up->pat);
goto fail; goto fail;
} }
up->domain = safestrdup (domain);
} }
#endif #endif