Enable pcap timeout workaround for Mac OS X 10.6.3, since the bug seems to be

back.

svn path=/trunk/; revision=32348
This commit is contained in:
Michael Tüxen 2010-03-31 23:37:42 +00:00
parent ab71d9d92b
commit d87005b114
1 changed files with 2 additions and 1 deletions

View File

@ -2730,7 +2730,8 @@ main(int argc, char *argv[])
* number of 10.0.0, not 10.1.0 - go figure). * number of 10.0.0, not 10.1.0 - go figure).
*/ */
if (strcmp(osinfo.release, "10.0.0") == 0 || if (strcmp(osinfo.release, "10.0.0") == 0 ||
strcmp(osinfo.release, "10.1.0") == 0) strcmp(osinfo.release, "10.1.0") == 0 ||
strcmp(osinfo.release, "10.3.0") == 0)
need_timeout_workaround = 1; need_timeout_workaround = 1;
} }
#endif #endif