Commit 1a87ee6e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix segfault. FTP access output is now somehow "tested"

parent 020a810e
......@@ -381,6 +381,7 @@ static int OutOpen( vlc_object_t *p_this )
p_access->pf_seek = OutSeek;
p_access->pf_write = Write;
p_access->p_sys = p_sys;
return VLC_SUCCESS;
......
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