blob: ed135c227e00a2f1aa0f061826f7f3bc2f90a243 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/tsocks/tsocks.c.orig 2008-02-10 23:39:35.000000000 +0100
+++ src/tsocks/tsocks.c 2008-02-10 23:44:16.000000000 +0100
@@ -572,6 +572,7 @@
int setevents = 0;
int monitoring = 0;
struct connreq *conn, *nextconn;
+ struct pollfd *ufds;
/* If we're not currently managing any requests we can just
* leave here */
|