From 03ba4131783cc9e872f8bb26a03f15bc11f27564 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 19 Sep 1998 19:15:08 +0000 Subject: - Merge with Linux 2.1.121. - Bugfixes. --- net/x25/af_x25.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'net/x25/af_x25.c') diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c index 60a3581e5..e7f894e8e 100644 --- a/net/x25/af_x25.c +++ b/net/x25/af_x25.c @@ -468,7 +468,6 @@ static int x25_create(struct socket *sock, int protocol) sock->ops = &x25_proto_ops; sk->protocol = protocol; - sk->mtu = X25_DEFAULT_PACKET_SIZE; /* X25_PS128 */ x25->t21 = sysctl_x25_call_request_timeout; x25->t22 = sysctl_x25_reset_request_timeout; @@ -507,7 +506,6 @@ static struct sock *x25_make_new(struct sock *osk) sk->sndbuf = osk->sndbuf; sk->debug = osk->debug; sk->state = TCP_ESTABLISHED; - sk->mtu = osk->mtu; sk->sleep = osk->sleep; sk->zapped = osk->zapped; -- cgit v1.2.3