Changeset 6ed413b1f924cf474a74e631830bc7aab92a59af
- 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
| r172e22c |
r6ed413b |
|
| 528 | 528 | { |
|---|
| 529 | 529 | msg_Err( p_access, "failed to reconnect to server" ); |
|---|
| | 530 | return VLC_EGENERIC; |
|---|
| 530 | 531 | } |
|---|
| 531 | 532 | |
|---|