diff options
Diffstat (limited to 'net/dccp/proto.c')
-rw-r--r-- | net/dccp/proto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dccp/proto.c b/net/dccp/proto.c index 04b59ec4f512..8d545da35262 100644 --- a/net/dccp/proto.c +++ b/net/dccp/proto.c | |||
@@ -172,7 +172,6 @@ int dccp_init_sock(struct sock *sk, const __u8 ctl_sock_initialized) | |||
172 | struct inet_connection_sock *icsk = inet_csk(sk); | 172 | struct inet_connection_sock *icsk = inet_csk(sk); |
173 | 173 | ||
174 | dccp_minisock_init(&dp->dccps_minisock); | 174 | dccp_minisock_init(&dp->dccps_minisock); |
175 | do_gettimeofday(&dp->dccps_epoch); | ||
176 | 175 | ||
177 | /* | 176 | /* |
178 | * FIXME: We're hardcoding the CCID, and doing this at this point makes | 177 | * FIXME: We're hardcoding the CCID, and doing this at this point makes |