diff --git a/TellusAgent.c b/TellusAgent.c index 6f717b2..fcd7449 100644 --- a/TellusAgent.c +++ b/TellusAgent.c @@ -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;