upgrade to fedora-2.6.12-1.1398.FC4 + vserver 2.0.rc7
[linux-2.6.git] / net / tux / logger.c
index 6a921dd..f4c043e 100644 (file)
@@ -353,7 +353,7 @@ void __log_request (tux_req_t *req)
 
 void tux_push_pending (struct sock *sk)
 {
-       struct tcp_opt *tp = tcp_sk(sk);
+       struct tcp_sock *tp = tcp_sk(sk);
 
        Dprintk("pushing pending frames on sock %p.\n", sk);
        lock_sock(sk);