Commit e6ef1ae0 authored by Felix Paul Kühne's avatar Felix Paul Kühne

http/transport: add missing init

parent 3d2c3982
......@@ -133,7 +133,7 @@ vlc_tls_t *vlc_https_connect(vlc_tls_creds_t *creds, const char *name,
/* TLS with ALPN */
const char *alpn[] = { "h2", "http/1.1", NULL };
char *alp;
char *alp = NULL;
vlc_tls_t *tls = vlc_tls_ClientSessionCreate(creds, fd, name, "https",
alpn, &alp);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment