Browse Source

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

Jiri Kuthan 22 years ago
parent
commit
67c1bcbfae
1 changed files with 1 additions and 1 deletions
  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
 }