Skip to content

Commit

Permalink
small change forgotten in r4297 causing compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
biomass committed Oct 4, 2009
1 parent ab859c2 commit 9a11f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EX_browser_net.c
Expand Up @@ -549,7 +549,7 @@ DWORD WINAPI GetServerPingsAndInfosProc(void * lpParameter)
SB_Sources_Update(true);
if (useNewPing) {
// New Ping = UPD QW Packet ping using 2 threads (sender and receiver)
PingHosts(servers, serversn, sb_pings.integer, sb_pingtimeout.integer);
PingHosts(servers, serversn, sb_pings.integer);
}
else {
// Old Ping = ICMP PING Packet using single thread
Expand Down

0 comments on commit 9a11f85

Please sign in to comment.