..
This commit is contained in:
parent
6109e71454
commit
0b68a6afab
1 changed files with 2 additions and 2 deletions
|
@ -449,8 +449,8 @@ int main(int argc, const char* argv[])
|
|||
|
||||
watchDog = 0;
|
||||
|
||||
if ((type <= REWIND_TYPE_PEER_DATA) &&
|
||||
(type >= REWIND_TYPE_MEDIA_DATA))
|
||||
if ((type >= REWIND_TYPE_PEER_DATA) &&
|
||||
(type <= REWIND_TYPE_MEDIA_DATA))
|
||||
{
|
||||
int handle;
|
||||
struct sockaddr_in* address;
|
||||
|
|
Loading…
Add table
Reference in a new issue