Commit 9fb210af authored by Gildas Bazin's avatar Gildas Bazin

* Merged trunk changeset 9283 to 0.8.1 branch.

parent bad74629
......@@ -2556,6 +2556,12 @@ static int GetAddrPort( const struct sockaddr_storage *p_ss )
#else /* ENABLE_HTTPD */
/* We just define an empty wrapper */
httpd_host_t *httpd_TLSHostNew( vlc_object_t *a, char *b, int c,
tls_server_t *d )
{
msg_Err( a, "HTTP daemon support is disabled" );
return 0;
}
httpd_host_t *httpd_HostNew( vlc_object_t *a, char *b, int c )
{
msg_Err( a, "HTTP daemon support is disabled" );
......
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