mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Changed initialization of socket port number.
This commit is contained in:
parent
4bc08e8cc0
commit
ced3540d3b
4
socket.c
4
socket.c
@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: socket.c,v 1.1 2007/10/21 13:31:21 ajhseppa Exp $
|
||||
* $Id: socket.c,v 1.2 2007/10/21 15:49:54 rahrenbe Exp $
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -19,7 +19,7 @@
|
||||
#include "socket.h"
|
||||
|
||||
cIptvSocket::cIptvSocket()
|
||||
: socketPort(IptvConfig.GetExtProtocolBasePort()),
|
||||
: socketPort(0),
|
||||
socketDesc(-1),
|
||||
readBufferLen(TS_SIZE * IptvConfig.GetReadBufferTsCount()),
|
||||
isActive(false)
|
||||
|
Loading…
Reference in New Issue
Block a user