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

eyetv: compilation fix

parent 236bacec
...@@ -170,7 +170,7 @@ static int Open(vlc_object_t *p_this) ...@@ -170,7 +170,7 @@ static int Open(vlc_object_t *p_this)
return VLC_EGENERIC; return VLC_EGENERIC;
} }
publicSock = vlc_socket(PF_UNIX, SOCK_STREAM, 0); publicSock = vlc_socket(PF_UNIX, SOCK_STREAM, 0, false);
if (publicSock == -1) { if (publicSock == -1) {
msg_Err(p_access, "create local socket failed (errno=%d)", errno); msg_Err(p_access, "create local socket failed (errno=%d)", errno);
free(p_sys); free(p_sys);
......
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