This commit is contained in:
Artem Prilutskiy 2016-11-25 21:22:45 +03:00
parent 6109e71454
commit 0b68a6afab

View file

@ -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;