On Sun, Feb 28, 2021 at 09:09:05AM +0100, Theo Buehler wrote:
> > + if (error == EAI_SERVICE)
> > + error = getaddrinfo(host, "443", &hints, &conn->res0);
> > + if (error) {
>
> error != NULLApologies, forgot to delete that.
On Sun, Feb 28, 2021 at 09:09:05AM +0100, Theo Buehler wrote:
> > + if (error == EAI_SERVICE)
> > + error = getaddrinfo(host, "443", &hints, &conn->res0);
> > + if (error) {
>
> error != NULLApologies, forgot to delete that.