Commit 77b5c0b2 authored by Yang Tse's avatar Yang Tse
Browse files

sockfilt.c: commit b44da5a8 follow-up

parent b44da5a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -432,7 +432,7 @@ static int select_ws(int nfds, fd_set *readfds, fd_set *writefds,
  }

  if(!nfds) {
    Sleep(1000*tv->tv_sec + tv->tv_usec/1000);
    Sleep(1000*timeout->tv_sec + timeout->tv_usec/1000);
    return 0;
  }