X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Fdccp%2Fdiag.c;h=3f78c00e3822277ca7ef1eef8adbb39cb82372ad;hb=5367f2d67c7d0bf1faae90e6e7b4e2ac3c9b5e0f;hp=f675d8e642d3e4d2d57c706fc18652c26ba25e7e;hpb=a8e4f435d9ea38bfe9171d7458b2057d440825b1;p=linux-2.6-omap-h63xx.git diff --git a/net/dccp/diag.c b/net/dccp/diag.c index f675d8e642d..3f78c00e382 100644 --- a/net/dccp/diag.c +++ b/net/dccp/diag.c @@ -28,7 +28,7 @@ static void dccp_get_info(struct sock *sk, struct tcp_info *info) info->tcpi_retransmits = icsk->icsk_retransmits; info->tcpi_probes = icsk->icsk_probes_out; info->tcpi_backoff = icsk->icsk_backoff; - info->tcpi_pmtu = dp->dccps_pmtu_cookie; + info->tcpi_pmtu = icsk->icsk_pmtu_cookie; if (dp->dccps_options.dccpo_send_ack_vector) info->tcpi_options |= TCPI_OPT_SACK;