Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-2.6.18
[powerpc.git] / include / net / request_sock.h
index 11641c9..c5d7f92 100644 (file)
@@ -145,7 +145,7 @@ static inline struct request_sock *
 {
        struct request_sock *req = queue->rskq_accept_head;
 
-       queue->rskq_accept_head = queue->rskq_accept_head = NULL;
+       queue->rskq_accept_head = NULL;
        return req;
 }