Commit f04cff32 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

still has a chance to compile.

parent 17d7143c
......@@ -203,7 +203,12 @@ vca_acct(void *arg)
socklen_t l;
struct sockaddr_storage addr_s;
struct sockaddr *addr;
double send_timeout = 0, sess_timeout = 0;
#ifdef SO_RCVTIMEO_WORKS
double sess_timeout = 0;
#endif
#ifdef SO_SNDTIMEO_WORKS
double send_timeout = 0;
#endif
int i;
struct pollfd *pfd;
struct listen_sock *ls;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment