Changeset 6ed413b1f924cf474a74e631830bc7aab92a59af

Show
Ignore:
Timestamp:
28/07/08 15:18:43 (4 months ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1217251123 +0200
git-parent:

[90a6e08532db5733843224cf0d327f36d0400f73]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1217250676 +0200
Message:

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

This should fix #1167

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access_output/shout.c

    r172e22c r6ed413b  
    528528            { 
    529529                msg_Err( p_access, "failed to reconnect to server" ); 
     530                return VLC_EGENERIC; 
    530531            } 
    531532