Commit 6ed413b1 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

shout output: if the connection cannot be restored, return with VLC_EGNERIC from Write()

This should fix #1167
parent 90a6e085
......@@ -527,6 +527,7 @@ static ssize_t Write( sout_access_out_t *p_access, block_t *p_buffer )
else
{
msg_Err( p_access, "failed to reconnect to server" );
return VLC_EGENERIC;
}
}
......
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