X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fnetwork%2Fhttpd.c;h=86c7745209ac3208eba141dc6028faa489597cae;hb=fa81ade13492bab2a809e6c8990e211f04aecab8;hp=35fb1959e18a8389295b8073378d722a2a277ec1;hpb=57c3ecd2292588c7312afbb6935d414bfbe2e826;p=vlc diff --git a/src/network/httpd.c b/src/network/httpd.c index 35fb1959e1..86c7745209 100644 --- a/src/network/httpd.c +++ b/src/network/httpd.c @@ -1066,7 +1066,7 @@ httpd_host_t *httpd_TLSHostNew( vlc_object_t *p_this, const char *psz_hostname, /* create the new host */ host = (httpd_host_t *)vlc_custom_create( p_this, sizeof (*host), - VLC_OBJECT_HTTPD_HOST, + VLC_OBJECT_GENERIC, psz_object_type ); if (host == NULL) goto error;