]> git.vomp.tv Git - vompserver.git/commitdiff
*** empty log message ***
authorChris Tallon <chris@vomp.tv>
Fri, 20 Jan 2006 22:30:04 +0000 (22:30 +0000)
committerChris Tallon <chris@vomp.tv>
Fri, 20 Jan 2006 22:30:04 +0000 (22:30 +0000)
udpreplier.c

index 8b6674ca8955e25e724a91f099073872a7ce19ea..922231a3ee0ba7bb75a8f9a75616ed323382c455 100644 (file)
@@ -55,7 +55,7 @@ void UDPReplier::threadMethod()
     retval = ds.waitforMessage(0);
     if (retval == 1) continue;
 
-    if (!strcmp(ds.getData(), "VOMP CLIENT"))
+    if (!strcmp(ds.getData(), "VOMP"))
       ds.send(ds.getFromIPA(), 3024, "VOMP SERVER", 11);
   }
 }