Explorar el Código

Windows removed from RTC -- some UAC don't put it in there

Jiri Kuthan hace 22 años
padre
commit
67c1bcbfae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/harv_ser.sh

+ 1 - 1
scripts/harv_ser.sh

@@ -142,7 +142,7 @@ BEGIN {
 
 {ua=0; request=0;reply=0;server=0}
 
-ua==0 && /User-Agent:.*Windows RTC/ {
+ua==0 && /User-Agent:.*RTC\// {
 	ua_msn++
 	ua=1
 }